johnuberbacher / flutter_medical

Functioning Doctor/Healthcare Catalog App created using Dart with Flutter. Stores and loads data from Firebase Firestore DB.
MIT License
242 stars 85 forks source link

Cant run the app as google-services.json is missing #6

Open rahul-badgujar opened 3 years ago

rahul-badgujar commented 3 years ago

BUILD FAILED in 1m 44s Running "flutter pub get" in flutter_medical... Launching lib\main.dart on Android SDK built for x86 64 in debug mode... lib\main.dart:1 Parameter format not correct -

FAILURE: Build failed with an exception.

Adejoh-godwin commented 3 years ago

You need to connect it with firebase console. go to console.girebase

saad0259 commented 2 years ago

To add to @Adejoh-godwin 's answer. Go to the firebase console. Create a new app there. Then connect it with android app using your app's applicationId download the google-serices.json file and place it in your app-level directory Now you are good to go