Hello everyone! I'm setting up a project using FlutterFlow and Supabase and have some questions about managing different environments for development and production. I would appreciate any insights or experiences you can share!
FlutterFlow URLs for Testing and Production: How can I manage to have separate URLs in FlutterFlow for testing and production environments? I need to send a test URL to my client for approval before going live.
Supabase Configuration for Development: What specific configurations should I follow in Supabase to ensure that my development environment only interacts with my dev database and not production?
Integrating New Features: Once features are tested in the dev environment, what's the best practice for integrating these into the production environment in both FlutterFlow and Supabase?
Looking forward to your tips on streamlining this process. Thank you!