Konstantin Sonntag

Results 1 comments of Konstantin Sonntag

The only thing we really do is calling `initializeApp` at the beginning of our React App. ```ts initializeApp( { apiKey: window.ENV.firebase_api_key, authDomain: window.ENV.firebase_auth_domain, projectId: window.ENV.firebase_project_id, storageBucket: window.ENV.firebase_storage_bucket, messagingSenderId: window.ENV.firebase_message_sender_id, appId:...