Step1: Creating your Google Developers Account (Paid) [Pre-Requisites]
You can create a google developers Account from below URL.
To Learn How to Register Check below Link.
Step 2: Updating Package Name
Before creating project in Firebase console, you first need to update the Package Name βcom.hyvikk.thefleet.vendorsβ.
It is Required to Change else you want be able to Publish Fleet MultiBranch App to Playstore.
To know how to Update it check Below link.
Note: if you want to publish your app to Google Playstore, you must update the package name. Google Playstore wonβt accept Apps with same package name.
Step 3: Adding Firebase to Project/App.
To do this Just Follow Steps as mentioned in Below Webpage.
Notes:
a. You must be logged in to the Respective gmail account through which you have created Google Developers Account.
b. Replace the old βgoogle-services.jsonβ with the file Automatically created in Firebase Console while Creating Project.
c. You donβt need to add "firebase sdk" as it is already there within the project. Just skip that step and Go to Next Step.
Step 4: Connecting To Firebase βRealtime Databaseβ.
Important Note : You Must have Purchased & Configured
Open Firebase Project which has been created for βFleet Manager Android Appβ from
Select Database > Realtime Database and Complete the Steps.
Copy Database URL from the βDataβ tab [As Shown in Below Image].
E.g.
Step 5: Updating BASE URL for APIs (APIClient.java) from Project Code.
Find this file at below mentioned path from the Project Code.
TC_URL : This String is used to Add Terms & Conditions Page Link in Mobile App.
It is Recommended to set it for the Consumerβs Point of view. Write Terms & Conditions as per your Company policy and Create a Webpage for it. After that Set that URL in βTC_URLβ.
PRIVACYPOLICY_URL : This String is used to Add Privacy Policy Page Link in Mobile App.
It is recommended to set it for the Consumerβs Point of view. Write Privacy Policy Terms as per your Company policy and Create a Webpage for it. After that Set that URL in βPRIVACYPOLICY_URLβ.
FACEBOOK_URL : Facebook Page URL of your App/Company.
TWITTER_URL : Twitter Page URL of your App/Company.
INSTAGRAM_URL : Instagram Page URL of your App/Company.
Step 7: Creating Google API key for the App.
To Create API Key for your App Project Follow Steps Mentioned in Below URL.
Step 8: Enabling APIS for the Project [Required].
APIS will help you run "Fleet MultiBranch App" Properly. It is Mandatory to Enable it from Google > API Library.
To Enable APIs; Follow Below Mentioned Steps.
From the Projects list, select βFleet MultiBranch Appβ project or create a new one.
Open "APIs & services" Page from the Navigation Menu[Left Side].
Click on "Library", To Open Complete "API Library" Collection.
Search for Below Mentioned APIs Using "Search Box" and Enable it.
Places API
Identity Toolkit API
Maps SDK for Android
DONE ! You have ENABLED Required APIs.π
Step 9: Enabling Billing for the Project APIs on Google Developers Console
To Increase the APIs Usage Limit, you must add billing Account for your Project.
Follow Steps mentioned in below URL to Enable Billing.
Google has Free Usage Limits for "Places & Maps Related APIs". To Smoothly Run the App; It is Required to Add/Enable Billing for the "Fleet Vendors App" Project on Google Developers Console.
Copy the βAPI-KEYβ that you have generated in Step-7.
About Variables.
google_maps_key : To Search Place OR Location for Pickup & Dropoff Addresses in βAdd Booking Featureβ of βFleet MultiBranch Appβ.
Set Copied "API-KEY" in Above Variable.
Complete π―
You have successfully Configured Google Firebase and Google Developers Console for βFleet MultiBranch Appβ.
Now, Your βFleet MultiBranch Appβ is fully prepared to shine! β¨
β‘β‘Enjoy its powerful features & functionalities.β‘β‘
This will Connect your App To "".
Go to the .
Firebase Realtime Database will be used to Access Driver's Location Data of .
firebase_database_url : This URL is used to Connect and Access Driver's Location Data for Tracking Feature. The Location's data which will be Accessed are of Driver Users from .
firebase_application_id : To Connect App with Firebase Project of .
firebase_api_key : To Connect & Access Database of from Fleet Vendors App.