Gabe O'Leary

Results 31 comments of Gabe O'Leary

so if I obtain the `DocumentSnapshot` as such: ![image](https://user-images.githubusercontent.com/16123225/70925514-3032ea80-1fe0-11ea-8e8f-56a27f578bd1.png) I am able to pass it to `startAfter`, but something seems off. The `WeakMap` contains quite a bit of duplicated data...

I'm also confused about how I should be passing parametrized enums. I'm trying to write a helper method like this: ```ts async getDataById(id: string, type: DataType) { const query =...

I'm a little confused following the tutorial because auth seems to have been included in the app/generated code but there is no mention of it in the tutorial and there...

hey @dudeinthemirror I'm also struggling with this issue. Did you figure out any workarounds?

Thanks for following up @dudeinthemirror. Someone on my team rigged something to spit scroll events from the webview into the react native application that will conditionally disable swiping on the...

hey @dudeinthemirror I ended up switching to another package to get around this limitation: https://github.com/callstack/react-native-viewpager Here's a snack I made where you can play with it: https://snack.expo.io/@goleary/2d70d1 Looks like it...

@dudeinthemirror The viewpager works a million times better on Android. But it has one annoying issue on iOS. The webview doesn't load when off screen (unlike with this package), so...

neither of the issues have been fixed in either repo...so I use the snap carousel on ios & the view pager on android 😬

ahh I have no idea. I use full screen webviews with both.

@mrousavy I'm also experiencing this error `use of undeclared identifier 'ShareableValue'` which after locally moving the include of `SharedValue.h` after `RuntimeManager.h` resolves the build error. It would be awesome to...