solwey-wes
solwey-wes
@sarbagyastha Thanks for the continued focus on this library - currently the performance of this library is the biggest lingering issue with our Flutter Web applications (and has been for...
> final tempDir = await getTemporaryDirectory(); > final file = File('${tempDir.path}/service-account.json'); > final data = jsonEncode({ ... }); // source from original service-account.json > await file.writeAsString(data); > final credential =...
Example of the Invitation case https://github.com/user-attachments/assets/4425ec2e-0ddf-4b02-8553-50cd286faae5
Hey guys I haven't heard anything back here and I just want to emphasize the gravity of this issue; it completely bricked my production database and I couldn't even dump...