eyelexv
Results
1
comments of
eyelexv
I created custom service-account.json manually and wrote there json directly. ``` final tempDir = await getTemporaryDirectory(); final file = File('${tempDir.path}/service-account.json'); final data = jsonEncode({ ... }); // source from original...