You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firebase::App::Create() has an overload that takes an object of type AppOptions to permit Firebase to be initialized with non-default values.
We'd like to use it to permit selection of Firebase projects for different environments (dev, staging etc) from a boot screen.
I'm happy to take this on myself, but could do with some guidance on the Lua API, as AppOptions has 6 string members.
The text was updated successfully, but these errors were encountered:
firebase::App::Create() has an overload that takes an object of type AppOptions to permit Firebase to be initialized with non-default values.
We'd like to use it to permit selection of Firebase projects for different environments (dev, staging etc) from a boot screen.
I'm happy to take this on myself, but could do with some guidance on the Lua API, as AppOptions has 6 string members.
The text was updated successfully, but these errors were encountered: