flask-firebase-admin calls initialize_app
andrewrosss opened this issue · 1 comments
andrewrosss commented
Internally, flask-firebase-admin
calls admin.initialize_app
, which is problematic for two reasons.
- If the default app has already been initialized this results in an exception.
- There is no way to specify the
name
argument in the call toinitialize_app
meaning that flask-firebase-admin will always (only) try to use the default app.
andrewrosss commented
closed by 2bacea7