FirebaseExtended / make-it-so-android

Apache License 2.0
214 stars 58 forks source link

https://user-images.githubusercontent.com/14080129/165527590-2f14b123-0d1c-482c-a485-0ebb5cb3139d.mp4

Make it So

This is a sample Android app that demonstrates how to use Firebase Authentication, Crashlytics, Cloud Firestore, Performance Monitoring and Remote Config with Jetpack Compose UI. Make it So is a simple to-do list application that allows the user to add and edit to-do items, add flags, priorities, due dates, and mark the tasks as completed.

To explain how each product above was used in the code, we've written a series of articles that delve into creating this app from scratch. Navigate to part 1 of this series to understand how this app is structured. There you will find the links to all articles in the series.

Setting up

In order for this app to work, you will need to create a Firebase project:

This index is necessary when fetching documents because this app uses where and orderBy operators in different fields: where uses the userId field and orderBy uses the createdAt field (see StorageServiceImpl). Learn more on the Firebase documentation about Index types.

Contact

Please navigate to the discussions page if you have any questions or want to suggest changes to the Make it So app.