Firebase (client side SDK)
Last updated
Last updated
© 2024 UI Bakery
Firebase requires a specific configuration to connect from the client. Firstly, open your Firebase app – 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:
Open UI Bakery app – Custom Code tab and insert Firebase connection code:
If you need to enable other Firebase capabilities, you can connect the corresponding Firebase libraries. All available libraries are listed here:
Now, you can learn how to manage your data from Cloud Firestore or Realtime Database.