Spaces:
Build error
Build error
File size: 514 Bytes
89c1309 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
import pyrebase
firebaseConfig = {
"apiKey": "AIzaSyAiWuuPRnw4JfNhYE6OQDlQsNJ1AxMzXFo",
"authDomain": "apna-lawyer.firebaseapp.com",
"projectId": "apna-lawyer",
"storageBucket": "apna-lawyer.firebasestorage.app",
"messagingSenderId": "19684757095",
"appId": "1:19684757095:web:ab63c06848201e29ba8ec2",
"databaseURL": "https://apna-lawyer-default-rtdb.firebaseio.com/", # Not needed unless using Realtime DB
}
firebase = pyrebase.initialize_app(firebaseConfig)
auth = firebase.auth()
|