Erchil66
Erchil66
I do have same prob like you so as i put mine for the mean time i add alias for the import on dio.
I do have same problem when using stream with .eq though as mine is reading inside to a json data ``` base.from("monitoring_sheet") .stream(primaryKey: ["id"]) .eq("some_id->>my_id","36sth26537") ``` it wont stream whenever...
Sure, @dshukertjr
@cybex-dev thanks will wait for the next release.
@tunglthtv Hi, I think the error is from the certificate you provided because as i also face that problem to have ERROR 52134 - this is certificate related that you...
@cybex-dev plus 1 me to this also with android.
Have you already allowed mic on permission when first install? And also added in the info plist file the request for audio and such? included the xcode allow audio as...
How about a flow that when trying to call, Request the mic audio again before start calling. IOS is quite strict on permission so it might trouble on the callkit...
@RageshAntonyHM Flow for start calling without accepting mic permission, my question are you using permission_handler? flow: ``` - Not accepting mic permission - UI on start calling - Before calling...
@VinceDollo do you reuse tokens and FCM? In my case i always get a new access token and fcm every time i logout, So basically i don't call the unregister...