Closed Petar-Luketina closed 5 years ago
I already tried requirements = firebase and requirements = python-firebase as requirements in buildozer.spec but my app wouldn't compile.
requirements = firebase
requirements = python-firebase
buildozer.spec
This is the error I got from the android logcat: ImportError: No module named _multiprocessing
ImportError: No module named _multiprocessing
I just used the requests library to make my own version. Thank you anyway! There's a link to anyone who wants to implement Firebase into Kivy.
https://github.com/Petar-Luketina/Firebase-Sample
Is there a way to implement python-firebase into Kivy?
I already tried
requirements = firebase
andrequirements = python-firebase
as requirements inbuildozer.spec
but my app wouldn't compile.This is the error I got from the android logcat:
ImportError: No module named _multiprocessing