Skip to content

Latest commit

 

History

History

README.md

Firebase

Setup

🎮 Crashlytics

  1. Follow the installation instructions from the link above.
  2. Import the plugin in the root of the app.
  3. Setup crashlytics and go to firebase console to build connection.

  1. Try to push an error by easily click the buttons. And the errors can be viewed from firebase console.

🎧 Performance

🎰 Authentication

  1. Follow the installation instructions from the link above. [auth + googleSignIn]

  2. Activate Authentication providers from firebase console.

  3. Implementing with corresponding sign in provider.

🎲 Cloud Firestore

  1. Follow the installation instructions from the link above.
  2. Activate Cloud Firestore from firebase console.
  3. Follow either pub usage instruction or the firebase tutorial.
  4. Implement CRUD functions and be aware of the race condition.

🎴 Storage

  1. Follow the installation instructions from the link above.
  2. Activate Storage function from firebase console.
  3. Example of Firebase Storage is here.

🃏 Remote Config

  1. Follow the installation instructions from the link above.

  2. Implement Remote config in app.

  3. Activate remote config from firebase console.

  4. create a new parameter and publish the change.

🀄 Cloud Messaging

  1. Follow the installation instructions from the link above.
  2. Implement FCM receive functions.
  3. Test FCM sending from firebase console [through Cloud Functions or Cloud Messaging].
  4. More details and example is here.

🏆 Cloud Functions

🎆 Cloud Functions Server side [Node.js required]

I made a FCM push notification function here.