react-firebase-authentication
                                
                                 react-firebase-authentication copied to clipboard
                                
                                    react-firebase-authentication copied to clipboard
                            
                            
                            
                        How can i hide config values?
One question, are the firebase config values ​​(ie the apiKey, appId, etc ..) meant to be exposed or should we hide them in some way? Thank you!
If you are using version control system like git, It is a secure way to create .env  file in the root of the project and store those secrets in there. Don't forget to add .env in  .gitignore
They are by design not able to hide for anyone with skills to debunk your code. What you must do is infors Website restrictions and Authorised JavaScript origins from https://console.developers.google.com/apis/credentials/ So that the api key only can be used from your Doman!