wishtack / conference-finder

🧪 A/B Testing, Canary Release & White Labeling Demo with Interchangeable Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conference Finder Demo

Conference Finder Demo

Setup

1. Firebase

1.1. Install Firebase CLI

yarn global add firebase-tools

1.2. Create project

https://firebase.google.com/docs/web/setup

1.3. Login

firebase login

2. Deploy

2.1. Configuration

Update your environment.prod.ts with your firebase .

2.2. Deploy

yarn deploy

3. Add administrators

3.1. Download firebase service account credentials

https://firebase.google.com/docs/admin/setup#add_firebase_to_your_app

3.2. Run yarn set-admin-role

yarn set-admin-role \
    --service-account-path ~/somewhere/firebase-adminsdk.json \
    --emails user1@wishtack.com,user2@wishtack.com

About

🧪 A/B Testing, Canary Release & White Labeling Demo with Interchangeable Components


Languages

Language:TypeScript 77.5%Language:HTML 17.8%Language:CSS 3.0%Language:JavaScript 1.8%