Pierre

Results 179 comments of Pierre

> Do you still have this problem? try this: add # For react-native-image-crop-picker -keep class com.reactnative.imagecroppicker.** { _; } -keep class com.yalantis.ucrop._* { *; } in android/app/proguard-rules.pro FYI, I added...

I am facing this exact same issue, using a simple db.collection('users').doc(uid).get() will take 2 seconds from firebase-admin from my node server, but just 50ms if I do the same from...

Unfortunately no luck @ehsannas , still crazy slow (~1 second for a simple db.collection('users').doc(uid).get()) and still taking just 50ms when done from the client... and I can confirm firebase-admin is...

Hey, a bit late to the party but: were you able to find a solution for this @myznikovgleb ?

patch is good, but do we know why it's happening and how to actually fix it for those who need the "onAdEvent"?

twilio is also breaking on my end with the new architecture, but on android. you guys are also facing the same issue? ``` Warning: Error: Expected ref to be a...

@Gautham495 is this true? data only notification won't work on iOS? they work as expected on android, since I let notify build the notification from this FCM data only notif....

OK found the issue on my end: make sure you added the setup_permissions in your podfile through react-native-permissions as per their doc: https://github.com/zoontek/react-native-permissions once I did this, re-did a pod...

thanks @mikehardy for this additional info. so now I'm confused, for android I must rely on data only notification, otherwise my app will display twice the notification (one with the...

yeah true, easy to catch the platform and send it to the DB; my main concern was mainly for edge cases of users switching devices etc. But I guess it...