andrewrosss/flask-firebase-admin

flask-firebase-admin calls initialize_app

andrewrosss opened this issue · 1 comments

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 to initialize_app meaning that flask-firebase-admin will always (only) try to use the default app.

closed by 2bacea7