Hieu

Results 9 comments of Hieu

Option 4 is implemented here https://github.com/supabase/stripe-sync-engine/pull/45

I still get these on v0.5.1 ```dart Note: /Users/phamhieu/Documents/sdks/flutter/.pub-cache/hosted/pub.dartlang.org/uni_links-0.5.1/android/src/main/java/name/avioli/unilinks/UniLinksPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. ```

> With this change, the event never fires and thus the page does not get updated for logged in users because session recovering now happens on constructor which is before...

I got the same issue. Manually update parcel package under example app to the latest version fix the bug `"parcel": "^2.0.0-beta.1"`

> You're welcome to workaround by upgrading to the beta yourself Sadly, this will break hot module reloading. I couldn't find any solution so I gave up. Right now, I...

> I'm not sure why folks are saying this; this might be a coincidence of yarn.lock getting resolved to a lower version of @babel/preset-env, but v1.12.3 has the same bug...

I tried `"parcel-bundler": "1.12.5"` the example can compile and run but hot-reload stops working. Not sure why!!!

@RobertBrunhage the current function UI doesn't support returning a record set. You need to use SQL editor to create the function cos you have to define the returning record definition....