Firebase client-side SDK
Last updated
Was this helpful?
Last updated
Was this helpful?
If necessary, you can enable specific Firebase capabilities in UI Bakery, for example, connecting to your app from the client. In this article, we'll explore the steps you need to take both in your Firebase app and in UI Bakery since a specific configuration is required.
Open your and navigate to Project Settings > SDK setup and configuration. Select the Config option and copy the setup script to be used later for integration.
Do NOT copy the const firebaseConfig =
part.
If there is no web app connection available, you need to create it.
Below is an example of what a setup script might look like:
Now, in UI Bakery, open the project you need in the Builder and click on the Custom code tab in the footer panel. There, insert the Firebase connection code together with the configuration you copied in the previous section:
If you need to enable other Firebase capabilities, you can connect the corresponding Firebase library. You can find all available libraries listed .