Purana Bazzar Flutter application
- Connect with firebase and place the google_services.json file inside android/app/
- Enable the Google login, Phone login,
- Create cloud firestore database
- Initialize cloud functions for chatting notification support (cloud function code present in cloud_function folder)
- Model classes have structure of tables
- create database and api then replace the "baseUrl" value with your api base url.
- Create a google developer console project and enable the maps for api
- Copy the api key and paste it in the AndroidManifest.xml at line 13
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.