neurosity / neurosity-sdk-python

[BETA] The Official Neurosity Python SDK 🤯

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firebase.initialize_app - method doesnt exist in that class/module

piotrskrzypiec opened this issue · comments

https://github.com/neurosity/neurosity-sdk-python/blame/1ac04e0c73a0e350b38d140a992e5b2f0f31e2c9/neurosity/neurosity.py#L16C25-L16C33

Hi @andrewjaykeller
I used Buildozer on my Python program to get APK file but my app is crashing on the phone. While debugging, I found initialize_app method of firebase is not in the firebase module. initialize_app is present in firebase_admin module. I am not the best in coding, so I can’t help myself, but count on your help here.

10-22 17:31:10.831 31962 7085 I python : Traceback (most recent call last): 10-22 17:31:10.832 31962 7085 I python : File “/home/zolwik/PycharmProjects/julia-brain/.buildozer/android/app/main.py”, line 77, in 10-22 17:31:10.832 31962 7085 I python : File “/home/zolwik/PycharmProjects/julia-brain/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/JuliasBrain/arm64-v8a/neurosity/neurosity.py”, line 16, in init 10-22 17:31:10.833 31962 7085 I python : AttributeError: Screenshot from 2023-10-22 17-40-35 10-22 17:31:10.833 31962 7085 I python : Python for android ended.
firebase.initialize_app