Skip to content

FirebaseJsNotLoadedException: firebase.js must be loaded. #11

@alexandrefett

Description

@alexandrefett

FirebaseJsNotLoadedException: firebase.js must be loaded.

Future setupApp() async{
config = new FirebaseConfiguration(
apiKey: "",
authDomain: "",
databaseUrl: "",
projectId: "",
storageBucket: "",
);
FirebaseWeb fb = new FirebaseWeb();
await fb.init(config);
app = new MyDatabase(fb);
//app.login();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions