Create Project
Firebase Setup:
NOTE : Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all necessary data through the admin panel.
NOTE : For Firebase Social Login, you need to enable billing on your Firebase account, as it is required.
1) Create Firebase Project
Go to Firebase .https://console.firebase.google.com/
Now click on Create a new Firebase project

Enter your project name and click on the Continue button.

Select an account and then click on the Create Project button.

(2.2) IOS:
Create an IOS or Android click on Add app

Select an iOS app in the firebase console.


Write bundlid and APPID

Download the Googleservice-info.plist file

Replace the file in "ios/Runner/info.plist"

Update "FirebaseApp.Configure()" in AppDelegate File

Navigate to Firebase Dashboard > Project Settings > Select your iOS User APP > Copy the “Encoded App ID” value and
Once you've finished setting up your Android and iOS Firebase projects, you can easily do this by following the instructions provided in the following link: Firebase Rules.
Last updated