Rodrigo Reis

Results 22 comments of Rodrigo Reis

Yes.. it works.. And the websites that uses deckgrid also works.. that's weird.

No. For now I'm forcing the content to be "3 .column.column-1-3" if the variable is null after trying to select it from CSS.

We're looking into adding this as a fallback for our web application. Some small percentage of users get the message `Could not reach firestore backend` and we're using the latest...

@feitelogram same here, did you figure this out?

Same here, any examples with Typescript, I'm getting this same error.

@stuckj I'm seeing the same pattern on our AWS Lambda functions using the firestore client (latest version). I was able to reproduce almost 100% of the cases in our dev...

Using FormData to send the POST request seems to work only with a `file://` uri format.. has anyone figured this out?

@nakulkundaliya what's the fix you made? I couldn't find the commit on your fork repo..

I ended up using https://github.com/wkh237/react-native-fetch-blob

> > It would be nice to disable the schema introspection completely for everyone except administrators. > > Try to deny access to field `.../types/Query/fields/__schema` in your policy. > Example...