Hey FlutterFlow community!
I've been happily deploying my app directly through FlutterFlow for a while - super convenient and smooth process. However, since I implemented Push Notifications with Supabase (not using Firebase), I'm forced to build iOS manually through Xcode every single time.
The process is becoming really tedious:
1. Download iOS build from FlutterFlow
2. Open in Xcode
3. Add Push Notifications capability
4. Build & deploy
I'm wondering if anyone found a way to keep the convenient FlutterFlow one-click deploy while using Push Notifications with Supabase? Maybe some automation script or workflow that could help avoid this manual Xcode configuration?
Would love to hear your experiences and solutions!
Cheers!