I'm very new to Firebase, and I need a private key to access the Firebase Admin SDK for my backend. Actually, my company has been using Firebase for a long time, but no one knows where the private key is or if it has been generated.
Here are my questions:
- What will happen to the old private key when I click "generate"? Can we still use it, or will the key become obsolete and cause some services to stop working?
- Can the private key be used by multiple platforms simultaneously?
Thank you