Lisa Ang
Results
2
comments of
Lisa Ang
Hi, I'm having the same issue. Is there any fix or workaround available? Thanks!
Mine works now, this is what I did: ``` self.fbAuth = firebase.FirebaseAuthentication(, None, extra={"provider": "custom", "uid": "abc", "pwd": }) self.fbRef = firebase.FirebaseApplication(, self.fbAuth) ```