Using firebase on django-orm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Using firebase on django-orm

I'm wondering is there any possibility creating django models and pushing those data to firestore realtime database?

22nd May 2020, 7:45 PM
Naveenkumar A
Naveenkumar A - avatar
1 Answer
+ 5
It appears there are some libraries out there: https://pypi.org/project/django-firebase-orm/ https://github.com/TralahM/django-firebase-orm https://github.com/CorrDyn/JUMP_LINK__&&__python__&&__JUMP_LINK-firestore-models And there's also FireO which looks very nice and simple. https://octabyte.io/FireO/ https://github.com/octabytes/FireO I am not very familiar with the django ecosystem (i mostly work with Flask), so i can't say for certain that FireO or python-firestore-models will fit together with django. django-firebase-orm however looks like a perfect match
22nd May 2020, 11:44 PM
Burey
Burey - avatar