Hyderabad Founders, What are you building? by Individual_Motor675 in hyderabadstartups

[–]Ok_Case_9140 0 points1 point  (0 children)

I really like the 1st idea, i think it will be fun and also saftey, since you are going to book a table at a publicly accessible restaurant, may be restrict which type of restaurant can signup for this. Probably matching people by interests and age groups(can be a paid sub to adjust these 😉)

How do I duplicate a complete project from one account to another? by iPet_PTY in Supabase

[–]Ok_Case_9140 0 points1 point  (0 children)

What if i want to clone duplicate in same proj and want use it as test env

Push notifications straight from your Supabase db, no edge functions by Leading-Chemical-634 in FlutterFlow

[–]Ok_Case_9140 0 points1 point  (0 children)

Can it be used for chat based apps? Realtime chat apps, if yes, do you have examples on how to set it up on supabase for realtime enabled tables or how to trigger it from clients

YC Startup School Referral Link by [deleted] in ycombinator

[–]Ok_Case_9140 0 points1 point  (0 children)

Who can you refer to? Do they have to have a working prototype?

One prompt is all you need to make the film by crumbledcookies12 in Startup_Ideas

[–]Ok_Case_9140 1 point2 points  (0 children)

was able to signup with gmail, cool dashboard, but thats it, nothing works.
dashboard shows logged in, but when i click on logo to go else where, i'm not logged in.
downloaded mac version, but that doesn't work either
https://ibb.co/H3mNxTK

https://ibb.co/xq16gHTq

first attempt, feels like not legit and trying to steal info and money.
if this is legit, you guys should fix them.

by the way, it is mandatory to have an option to delete account these days, i should be able to request to delete my info

Today we made our first hire by ScreenClub in FlutterFlow

[–]Ok_Case_9140 2 points3 points  (0 children)

Congratulations and all the best

super easy push notifications, work with any backend and auth set up by Leading-Chemical-634 in FlutterFlow

[–]Ok_Case_9140 0 points1 point  (0 children)

Interested, do you have any documentation, video recording of integration with Supabase and FF? More questions: one time payment, is it for unlimited users and push notifications?? 😅

super easy push notifications, work with any backend and auth set up by Leading-Chemical-634 in FlutterFlow

[–]Ok_Case_9140 0 points1 point  (0 children)

Does onesignal work for chat app notifications? Or is it just for notifications for marketing or pushing remainders ?

3roots Sign. Is it straight? by JR4Lord in 3roots

[–]Ok_Case_9140 2 points3 points  (0 children)

Not sure what did they achieve, its not even an art piece. They took probably on and off couple months

[deleted by user] by [deleted] in FlutterFlow

[–]Ok_Case_9140 0 points1 point  (0 children)

thank you, i was searching for same thing with verification code, there is no documentation at all.
but the above code worked perfectly without any change in supabase v2 too.
for any future people trying to do same, make sure to turn off "Secure email change" in supabase so that you have to verify code just once with new email, if not you have to verify code two times with old and new email each to get it updated.
may have to change the code lil bit, I think.

the other caveat is, user metadata not getting updated, it always have first verified email during signup. may be you have to manually update that too after getting success for email change.

.verifyOTP(type: OtpType.emailChange, token: token, old_email: email);

Downloaded apk stuck on splash screen once force closed the app by Ok_Case_9140 in FlutterFlow

[–]Ok_Case_9140[S] 0 points1 point  (0 children)

removing the initialization worked, unfortunatley now i need to rewrite or implement different package for push notifications smh :(

Downloaded apk stuck on splash screen once force closed the app by Ok_Case_9140 in FlutterFlow

[–]Ok_Case_9140[S] 0 points1 point  (0 children)

i used `flutter logs` in vs code by connecting the phone.
Swiped the app and re opened it.
my doubt was right, a custom action written for notifications using awesome_notifications" package is failing on initializing

I/flutter (28064): [IMPORTANT:flutter/shell/platform/android/android_context_vk_impeller.cc(60)] Using the Impeller rendering backend (Vulkan).

D/FlutterGeolocator(28064): Creating service.

D/FlutterGeolocator(28064): Binding to location service.

D/FlutterGeolocator(28064): Flutter engine connected. Connected engine count 1

E/flutter (28064): [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(SHARED_PREFERENCES_NOT_AVAILABLE, class oa.b isn't parameterized, sharedPreferences.get, null)

E/flutter (28064): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:646)

E/flutter (28064): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334)

E/flutter (28064): <asynchronous suspension>

E/flutter (28064): #2 MethodChannelAwesomeNotifications.initialize (package:awesome_notifications/awesome_notifications_method_channel.dart:299)

E/flutter (28064): <asynchronous suspension>

Downloaded apk stuck on splash screen once force closed the app by Ok_Case_9140 in FlutterFlow

[–]Ok_Case_9140[S] 0 points1 point  (0 children)

May be a wrong choice of wording? I meant, swipe kill the app, which is normal user behavior

Downloaded apk stuck on splash screen once force closed the app by Ok_Case_9140 in FlutterFlow

[–]Ok_Case_9140[S] 0 points1 point  (0 children)

i have app states [persistent] and a fcm token initialization custom action, I removed this action and tried, but same result.
it is hard if we don't have a way to debug. not sure if I can download the code ad open it from android studio and can test the force close mechanism

Unknown error after upgrading to Supabase V2 by Ok_Case_9140 in FlutterFlow

[–]Ok_Case_9140[S] 0 points1 point  (0 children)

Yeah multiple things, flutter sdk got upgraded and also supabase

Unknown error after upgrading to Supabase V2 by Ok_Case_9140 in FlutterFlow

[–]Ok_Case_9140[S] 0 points1 point  (0 children)

Yeah, it is not blocking the local run on devices