Authentication

The initial stage in engaging with the Fireblocks Demo application involves user authentication and the creation of a user within the system.

This procedure is accomplished by leveraging Firebase Authentication.

πŸ“˜

The React Demo Application utilizes the implementation of the Backend Demo application.

Please make sure to review this guide before proceeding.

πŸ“˜

We provide you with our own Firebase project credentials for your convenience but these can be easily overridden if required:

Please update the /src/auth/FirebaseAppProvider.tsx file with your own config values if required.


Setting Environment Variables

Create a .env file with the following variables:

VITE_AUTOMATE_INITIALIZATION=true

VITE_BACKEND_BASE_URL=<backend_server_base_url>
VITE_NCW_SDK_ENV=sandbox