Nick Fisher
Nick Fisher
Have you tried calling `await Firebase.initializeApp();` in the main isolate before trying to save anything in the spawned isolate?
Do you have authentication set up on your Firebase database, and if so, how/where in the app are you authenticating? > On 25 Jun 2022, at 4:16 AM, Carlos Eduardo...
Sorry I did reply to this via e-mail but it looks like GitHub didn't put it through. Can you try manually authenticating to Firebase inside the same isolate before saving...
Was this resolved?
That was not a solution, it was a debugging step to check whether authenticating to a Firebase instance outside an isolate also authenticates to the instance inside the isolate (I...
Can you try manually authenticating to Firebase inside the same isolate before saving the data? > On 26 Jun 2022, at 5:32 AM, Carlos Eduardo Gomes Thiesen ***@***.***> wrote: >...
Should be feasible.
These both look like the method channel just doesn't report back appopriately, looks easily fixable.
Where are you spawning your isolate?
Can you reproduce this in a standalone project? It looks like a local project issue (have you tried running flutter clean and running outside Xcode?)