I imported Firebase JS v3 API and used to initialize Firebase using:
firebase.initializeApp(config);
However the app failed to load correct
Solution which worked for me after trying out all the options on the listed above and on other sites regarding using FireBase oAuth was the following:
Once here, locate API Key you are using in your app that connects to FireBase
For android or ios or having your application on all three mediums, you will need to create API keys per medium.