Firebase (client side SDK)
Last updated
Was this helpful?
Last updated
Was this helpful?
Firebase requires a specific configuration to connect from the client. Firstly, open your – Project Settings - SDK setup and configuration. Open the Config tab and copy the setup script, that will be used later for integration:
Please do not copy the const firebaseConfig = part
!
If there is no web app connection available, create it:
Below is a sample of what a setup script might look like:
If you need to enable other Firebase capabilities, you can connect the corresponding Firebase libraries. All available libraries are listed here:
Open app – Custom Code tab and insert Firebase connection code:
Now, you can learn how to manage your data from or .