Skip to main content

Setting Up Your Firebase Project

Follow these steps in the Firebase console to create a Realtime Database and copy the URL you will paste into ChipChip’s webhook settings.

  1. Navigate to console.firebase.google.com and create a brand new project.

    Firebase console: Create a project dialog with project name and blurred project ID
  2. Complete the setup wizard steps until your environment is ready, then hit Continue.

    Firebase console: Your Firebase project is ready confirmation with Continue
  3. In the left navigation, open Databases & Storage, choose Realtime Database, then click Create Database.

    Firebase console: Realtime Database selected under Databases and Storage with Create Database
  4. Once your database has been successfully generated, navigate to the Rules tab and update both read and write permissions to true. Click Publish.

    Firebase console: Realtime Database Rules tab with read and write set to true
  5. Your Firebase Realtime Database is now fully set up! Switch to the Data tab to grab and copy your database URL.

    Firebase console: Data tab with top database URL highlighted to copy

Return to the WebHook guide and paste your Realtime Database URL into ChipChip.