Flutter – How do I initialize Firebase in a background function
I am trying to make a background notification system using Workmanager and flutter_local_notifications, when I tried to run the app, I got an error that firebase wasn't initalized. I've tried to initialized firebase in the function, but still getting the…