-
Notifications
You must be signed in to change notification settings - Fork 10
Environment_Variables
github-merge-queue[bot] edited this page Nov 20, 2023
·
1 revision
In order to test the backend service you will have to set your own API key, for your very own server, in order to use the create_user function.
To do that you will have to:
- Create an .env file in the root directory
- Set the value of
APPWRITE_CREATE_USER_AUTH_KEYto your function's api key - Rebuild the
env.g.dartfile in the/env/folder, using theflutter pub run build_runner buildcommand - Re-add all other previous keys e.g. the mensa api key and the firebase key, but make sure to replace the value of
APPWRITE_CREATE_USER_AUTH_KEYwith the newly generated output - Start debugging