You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from views import ChangeRoute
File "D:\aaapro\limefin\views.py", line 48, in
firebase = pyrebase.initialize_app(CONFIG)
File "D:\aaapro\limefin\lfenv\lib\site-packages\pyrebase\pyrebase.py", line 28, in initialize_app
return Firebase(config)
File "D:\aaapro\limefin\lfenv\lib\site-packages\pyrebase\pyrebase.py", line 34, in init
self.api_key = config["apiKey"]
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered:
from views import ChangeRoute
File "D:\aaapro\limefin\views.py", line 48, in
firebase = pyrebase.initialize_app(CONFIG)
File "D:\aaapro\limefin\lfenv\lib\site-packages\pyrebase\pyrebase.py", line 28, in initialize_app
return Firebase(config)
File "D:\aaapro\limefin\lfenv\lib\site-packages\pyrebase\pyrebase.py", line 34, in init
self.api_key = config["apiKey"]
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered: