import firebase_admin from firebase_admin import credentials, firestore import json # Use the backup key found (it was for bussymath, but let's see if it works for dev or if I can use auth) # Actually, I'll try to use the Firebase CLI to find the UID since it worked for auth export. # But wait, I can't easily query firestore with CLI. # Let's try to just use the bussymath key, maybe it's the right one after all? # Or maybe I should check the project ID in the key again. # It was 'bussymath'. # I'll try a different approach: I'll use the 'firebase' CLI to get the user's data if I can. # 'firebase firestore:data:get' is not a command. # I'll try to find any other JSON files that might be service account keys.