flutter_firebase icon indicating copy to clipboard operation
flutter_firebase copied to clipboard

"options" key is not defined when configuring the database

Open patrioticcow opened this issue 7 years ago • 1 comments

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 avatar May 03 '18 15:05 patrioticcow

@patrioticcow maybe try following the official flutter example?

https://github.com/flutter/plugins/blob/master/packages/firebase_database/example/lib/main.dart

edgartrem avatar Aug 03 '18 03:08 edgartrem