🔥Setup Firebase

Please create a firebase project and add your app to it under the same package name as your app and save the json file the do the following:

  • Enable Authentication

  • Enable Firestore

  • Add the Json file to your app

Enable storage

please don't forget to enable storage as well

then go to the rules and change "false" to "true"

Last updated