We are developing an SDK for developers which in core depends on Firebase to get tokens, therefore we are using FirebaseOptions
to initialize our firebaseInstance
In the new firebase updates they said: we should provide APP_ID and API_KEY.
Is there any alternative for that as SDK developers?
If not, is there a way to get API_KEY from dashboard instead of download the googel-service.json and extract from it manually?