6 Best way to Integrate Firebase Authentication, Cloud Firestore and Cloud Storage to Android Project
Having trouble or ambiguity about how to integrate Firebase service to your Android project?
Congratulations!!
You in a right place, just continue reading and you will understand to implement Firebase without obstacles. Let’s run through it
- Open your Android Studio project that already integrate with Firebase SDK, if not yet, just go to this page first. Go to the “Tools” panel and choose Firebase.
2. After that click Authentication Options and add some dependencies required
3.
4. After that click Cloud Firestore Options and add some dependencies required
5. After that click Cloud Storage Options and add some dependencies required
6. Congratulations!!, You Already done add Authentication, Cloud Firestore, and Cloud Storage to your project.