flutter_firebase
flutter_firebase copied to clipboard
"options" key is not defined when configuring the database
here:
final FirebaseApp app = FirebaseApp(
options: FirebaseOptions(
googleAppID: '',
apiKey: '',
databaseURL: '',
));
maybe something changed in the plugin since u last use it
any ideas how to configure it as of today?
@patrioticcow maybe try following the official flutter example?
https://github.com/flutter/plugins/blob/master/packages/firebase_database/example/lib/main.dart