Sergio Campamá
Sergio Campamá
Hi, I've been working on a similar set of features as this project, until I found this one, great work! The one feature I'm missing is for a way to...
Hi! Thanks for this project, it's really cool! I'm using the asciiart code to generate images to print on an Okidata ML184 Turbo, and we've had really good results since...
### Description It appears that there is a weird issue in firestore which results in an overlay proto message that can't be decoded correctly by nanopb, and ends up in...
### Description Use case: Running an app with integrations to multiple Firebase environments (projects) Currently: `DynamicLinks.dynamicLinks()` is the only way to get an instance of DynamicLinks. Proposal: Same as multiple...
I think I'm using snapshot testing in a very niche environment, but I'm having some issues with snapshot testing that I'm not sure how to work around. We build a...
### What version of gRPC and what language are you using? 1.49.1 / C++ from FirebaseFirestore (10.22.0) ### What operating system (Linux, Windows,...) and version? iOS Simulator 17.4 ### What...
### Description There are certain scenarios where I'll call Firestore's terminate function, and it will hang, never calling the callback. I haven't been able to create a reproducer, but can...
Repro: https://github.com/sergiocampama/ruby_proto_repro, just run generate_proto.sh from inside the repo. What happens is that the MessageB gets added to the forward declaration, but its internal enums are not, so the subsequent...
``` import asyncio import firebase_admin from firebase_admin import credentials from firebase_admin import firestore_async import sys async def main(): user_id = sys.argv[1] cred = credentials.Certificate("credentials.json") firebase_admin.initialize_app(cred) db = firestore_async.client() user_ref =...
### What version of gRPC and what language are you using? BoringSSL-GRPC 0.0.24 ### What operating system (Linux, Windows,...) and version? macOS ### What runtime / compiler are you using...