Zak
                                            Zak
                                        
                                    Regardless of reCaptcha or SafteyNet — reCaptcha itself is broken for Firebase on Android since BOM v26+ See https://github.com/firebase/firebase-js-sdk/issues/4256#issue-777966402 for the same exact problem: "Missing Initial State." Only solution was...
Yes, RealmSync does not conform to modern UX/onboarding standards where a user may want to experience the app before logging in. Thats why we use Local Realm and built our...
@rogerkerse, good luck. In the real world this task is riddled with race conditions. I look forward to seeing what the realm team proposes, but this should just be a...
@kneth @tomduncalf @bmunkholm, this is a major issue for our team. We have been working extensively on a work around, but it makes far more sense to work together to...
@takameyer thanks for your reply! Is it possible in that model to not sync certain collections until a user toggles a setting (keeping some objects purely local)?
In the pause() case, can you pause indefinitely until a user toggles a switch? Will records appear locally in their device? We don't need a collection by collection condition per...
@takameyer minimize data collection where possible if the user does not require it.
@kneth, has the realm team tried talking to some of their MDB customers to understand their use cases? The current implementation of Atlas Sync Realm seems pretty out of touch...
@paulb777 any clue what could cause that? Does Mac require a separate APNs upload to Firebase?
@ryanwilson any idea where I should start investigating? I've looked into changing the APNS mode in the entitlements, made sure the bundleID was the same.. Anything in the provisioning profile...