thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 525 forks source link

Error: Invalid Syntax(__init__.py) #396

Open MehalaKeller opened 2 years ago

MehalaKeller commented 2 years ago

Make sure these boxes are checked before submitting your issue: python ver. 3.10 pyrebase has been updated I haven't even made it to the third step.

I currently have my database made and added the following code to my app then get the error.

import pyrebase

    config = {
      "apiKey": "myapikey",
      "authDomain": "myauthdomain",
      "databaseURL": "mydburl",
      "storageBucket": "mystoragebucket",
    }

firebase = pyrebase.initialize_app(config)

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

Please don't be discouraged if you do not get a response to your issue quickly, I maintain Pyrebase for fun and don't always have as much free time as I'd like.

Thank you for helping make Pyrebase better!