Robert Sasak

Results 40 comments of Robert Sasak

Another attempt https://github.com/bmcmahen/firestore-pagination-hook

I would like to add projection 25833. Where should I start to look?

Thank you for a quick reply. As I am only playing with data I found the easiest to convert all data to correct projection directly in DB. Below is my...

I combined your wisdom into following code: ```ts import { atom, AtomEffect, selector, DefaultValue } from 'recoil' import AsyncStorage from '@react-native-async-storage/async-storage' const persistAtom: AtomEffect = ({ node, setSelf, onSet })...

@TwistedMinda You may need to provide a snipet of the code to better understand the issue. Perhaps even open a new issue.

To avoid this issue I am triggering `resume` before calling status. ``` await pack.resume(); const status = await pack.status() ``` However I wonder if you have any other solution to...

Untested, but it seems to be caused by NDK. Here are several workarounds. https://stackoverflow.com/questions/42739916/aarch64-linux-android-strip-file-missing

@karansoni725 We all need so. Please look at the above repos and join the gitter to discuss more how to proceed.

Looks good. Do you have a chance to also run it? Perhaps we could use Travis or something similar to setup CI for this.