Configuration overview
The Temp-Number App offers a number of settings that you can configure to tailor the app to your needs. This section covers the general settings available in the app.
Authentication
Temp-Number uses Firebase Authentication to manage user sign-ins. You can choose from several authentication methods, including email/password, Google Sign-In, and more. To configure authentication settings:
- Navigate to the Firebase Console.
- Select your project.
- Go to the “Authentication” section.
- Enable the desired sign-in methods.
For detailed steps, see Firebase Configuration Guide.
Firebase Auth Email Templates
You can customize the email templates used for user authentication, such as password reset and email verification. To modify these templates:
- In the Firebase Console, go to the “Authentication” section.
- Click on the “Templates” tab.
- Edit the templates as needed and save your changes.
⚠️ Note: Ensure that email template %LINK placeholder is set to your app’s URL
https://your-app-domain.com/app/deeplinkFor detailed steps, see Firebase Configuration Guide.
Payment Settings
See Payment Settings for details on configuring payment options for your Temp-Number App.
Notifications
Temp-Number uses multiple notification channels to keep users informed. See Notifications for details on setting up and customizing notifications.
Other Settings
Most of app settings configured via environment variables. See Variables for a complete list of available environment variables and their descriptions.