EmojiStatus Ep 1: Intro and Architecture - Kotlin Android app using Firebase

Опубликовано: 20 Март 2026
на канале: Rahul Pandey
6,055
117

This video (episode 1 of 6) shows the functionality of our app and how we're going to use the various Firebase services. Google Play link for the published Android app: https://play.google.com/store/apps/de...

Follow me on Twitter:   / rpandey1234  

In this series, we build an Android app combining various Firebase services (Authentication, Cloud Functions, and Firestore) to allow users to update and view emoji-only statuses. The user is able to create or sign in to their account with Google.

The app is less than 200 lines of Kotlin code. Code repos:
➤ Android app: https://github.com/rpandey1234/EmojiS...
➤ Cloud functions: https://github.com/rpandey1234/EmojiS...

Helpful documentation
➤ Android guide for Firebase authentication: https://firebase.google.com/docs/auth...
➤ Cloud function trigger when a user authenticates: https://firebase.google.com/docs/func...
➤ Working with Firestore: https://firebase.google.com/docs/fire...
➤ Read about Android and emojis (Unicode): https://blog.emojipedia.org/androids-...

#AndroidFirebase #KotlinApp