i just finish to do what you said, but it keep me showing like this when i open from Idle.
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from firebase import Firebase as fb
File "firebase.py", line 1, in <module>
from firebase import Firebase
ImportError: cannot import name Firebase
if i'm doing from CMD, it's fine, how this happend and how to fix this ??
i just finish to do what you said, but it keep me showing like this when i open from Idle.
if i'm doing from CMD, it's fine, how this happend and how to fix this ??