https://explore-firebase-37b42.web.app/ - Uses Firebase hosting for frontend part (React application) and Firebase functions for backend part (Nestjs application)
- Create .env file and add next value:
OKTA_ORG_URL - You can copy your domain from the Okta Admin Console. (without 'https://') - Download credentials file from firebase project settings, rename it to
firebase.config.json
and put insrc
folder - Install all npm packages
$ npm install
and make sure thay your Firebase CLI is up to date
$ npm install -g firebase-tools
- Run Firebase functions emulator locally
$ npm run serve
or deploy to clouds via
$ npm run deploy
/firebaseCustomToken
- [GET] - is used for token exchange (must be authorization token in headres)