the API key. Either from polished.tech or your on premise polished API
deployment.
firebase_config
a list containing your Firebase project configuration. This list should have the
following named elements:
apiKey
authDomain
projectId
admin_mode
FALSE by default. Set to TRUE to enter the polished Admin Panel without needing
to register and sign in. This is useful during development for inviting the first users to your app.
Make sure to set `admin_mode` to FALSE before deploying your app.
is_invite_required
TRUE by default. Whether or not to require the user to have an
invite before registering/signing in
api_url
the API url. Defaults to "https://api.polished.tech".
sign_in_providers
the sign in providers to enable. Valid values are "google"
"email", "microsoft", and/or "facebook". Defaults to c("google", "email").