One-Click Firebase Capture
Skip the DevTools maze. Drag the button to your bookmarks bar, click it inside GHL, and your three Firebase values appear here automatically.
Step 1: Add the Bookmarklet
Make your bookmarks bar visible first. In Chrome: Cmd+Shift+B (Mac) or Ctrl+Shift+B (Windows).
Then drag this button to your bookmarks bar:
(If "drag" doesn't work, right-click the button and choose "Bookmark this link.")
Step 2: Click It Inside GHL
- Open app.gohighlevel.com in a new tab and log in.
- Once you're inside GHL, click the 🚀 Capture GHL Firebase bookmarklet you just added.
- A new tab opens here with your three Firebase values filled in.
How This Works (and Why It's Safe)
- Nothing is sent to any server. The bookmarklet reads your Firebase credentials directly from your browser's local storage and passes them in the URL fragment (the part after
#). URL fragments never leave your browser. - This page has no backend. It's a static HTML file. Your credentials are read by JavaScript in your browser only.
- The bookmarklet only runs when you click it. It's a saved snippet of JavaScript in your bookmarks. It can't run on its own and only does what you can read in its source.
- You can verify the source. Right-click the bookmark in your browser and choose "Edit" to see the exact code.