Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
piotrskrzypiec opened this issue Oct 22, 2023 · 0 comments
Open

Comments

@piotrskrzypiec
Copy link

piotrskrzypiec commented Oct 22, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant