João Abrantes

Results 26 comments of João Abrantes

I might have a related problem. I have two nested beamers. The top one has two guards: one that redirects unauth users to /signup and one that redirects users to...

> please build according to readme... or if you are expert on travis osx builds, you could help setting up compiling the binaries for osx How does the readme suggest...

I get a response ["401","Unauthorized"]. I sent my facebook_token and facebook_id. Is it because I'm not australian?

I had in mind a similar API to the one used in RLlib: - Having a MultiAgentEnv where the `obs_dict, rew_dict, done_dict, info_dict = step(action_dict)` method receives a dictionary with...

@darshankawar I was able to solve it using the workaround in https://github.com/googlearchive/firebase-dart/issues/224 I am sure the workaround you suggested would also work. But these are workarounds, the bug should be...

hmm my exact code is: ```dart final List mediaUrls = List.filled(1, null); final batch = FirebaseFirestore.instance.batch(); batch.set(refs.first, { 'mediaUrl': mediaUrls.first, }); await batch.commit(); ``` I thought the two were equivalent...

While this issue is not solved, how is everyone implementing signing in with google? P.S. Now that the previous approach is deprecated I think the priority in this should be...