mikexstudios / python-firebase

⛔️ [DEPRECATED] python wrapper for Firebase's REST API
117 stars 38 forks source link

Register User data from django admin to Firebase #12

Open Tushant opened 8 years ago

Tushant commented 8 years ago

Can you please see this question on Stack Overflow ? http://stackoverflow.com/questions/35719705/register-user-data-to-firebase-using-django. How can we register user data from django admin to firebase whenever a new user is created by admin from admin panel ?

Thanks