-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
I have just included the library and got this error
(base) bash-3.2$ python firebase_app.py
Traceback (most recent call last):
File "firebase_app.py", line 2, in
from firebase import firebase
File "/Users/manoj/anaconda3/lib/python3.7/site-packages/firebase/init.py", line 3
from .async import process_pool
^
SyntaxError: invalid syntax
here is the source:
from firebase import firebase
import requests
import json
def get_firebase_data():
firebase = firebase.FirebaseApplication('https://my_storage.firebaseio.com', None)
result = firebase.get('/words', None)
print(result)
ivica-k, tomlockwood, moutaigua8183 and ELC
Metadata
Metadata
Assignees
Labels
No labels