excalidraw-firebase
excalidraw-firebase copied to clipboard
Firebase service to sync your company Gmail to persisted Excalidraws
excalidraw-firebase
A persistent catalogue of your and/or company Excalidraws

How to set up
- Create a Firebase Project on the Firebase Console
- Copy the Firebase config to the
src/firebase.config.jsonfile:
{
"apiKey": "...",
"authDomain": "...",
"projectId": "...",
"storageBucket": "...",
"messagingSenderId": "...",
"appId": "..."
}
- Add Google as Authentication -> Sign In Method, in Firebase Console
- Install the Firebase tools:
yarn add -g firebase-toolsand log infirebase login - Change the
firestore.rulesfile to reflect your personal email or your company Google domain - (Optional) Go to Authentication -> Sign In Method and add a custom domain
- Deploy it with
yarn deploy