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

micropython-firebase-auth library not available in the latest micropython (1.20.0) version #2

Open
Yajus114 opened this issue Sep 11, 2023 · 0 comments

Comments

@Yajus114
Copy link

Yajus114 commented Sep 11, 2023

The newly changed package manager mip can neither find any micropython-firebase related libraries, nor does the latest micropython have 'upip'.
This implies neither
import upip
upip.install('xyz-related-to-firebase')
nor
import mip
mip.install('xyz-related-to-firebase')
will work.

WORK-AROUND
Use an older version of micropython (I wish I got this idea sooner my problems would've been solved by now smh.)

WARNING
I don't know what libraries are available with the new mip package manager other than firebase-related libraries. I suggest checking them and mentioning the version of micropython compatible with them.

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