Skip to content

Changing and using Firebase Project from Dart #25

@iDeliverWilhem

Description

@iDeliverWilhem

Is your feature request related to a problem? Please describe.
We are not using google-services.json setup instead we are using Flutterfire initialization from dart like below.
firebase App1 = await Firebase.initializeApp(
options: DefaultFirebaseOptionsProd.currentPlatform,
);

firebase App2 = await Firebase.initializeApp(
options: DefaultFirebaseOptionsDev.currentPlatform,
);

Describe the solution you'd like
Can we change the Firebase project from the config on the fly to change the location of the firebase database?

Describe alternatives you've considered
Any advise or solution would be highly appreciated

Additional context
Add any other context or screenshots about the feature request here.

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