Environments
There are 3 remote environments: production
, staging
and development
.
Auth providers
In production and staging environments, only Google Auth provider is enabled.
In development environment, both Google Auth and Email/Password providers are enabled. This lets you create users on the fly (from the Firebase console) to test easily the sending and receiving of feedZbacks.
MailGun
In staging and development environments, MailGun service sends all emails to a unique recipient. These emails can be viewed from the following mailing list:
URLs
Production
- Client app: https://feedzback.znk.io
- Server app: https://server.feedzback.znk.io
- Firebase console: https://console.firebase.google.com/project/feedzback-v2
Staging
- Client app: https://staging.feedzback.znk.io
- Server app: https://server.staging.feedzback.znk.io
- Firebase console: https://console.firebase.google.com/project/feedzback-v2-staging
Development
- Client app: https://dev.feedzback.znk.io
- Server app: https://server.dev.feedzback.znk.io
- Firebase console: https://console.firebase.google.com/project/feedzback-v2-dev