nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
248 stars 61 forks source link

Problems with running on local emulators. #46

Open TimWhiting opened 2 years ago

TimWhiting commented 2 years ago

Make sure these boxes are checked before submitting your issue:

[x] Check that your version of Python is 3.4+ [x] Check that you are on the newest version of Pyrebase [x] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.

Pyrebase does not work with emulators.

Emulators have a query parameter in the database url, this gets treated like part of the host in the current implementation (i.e. the path get's appended after).