skip to Main Content

How can I get a navigatorkey in Flutter App? not null

When I click on the notification on background, it doesn't redirect to the page I want. I checked, and navigatorkey.currentContext is null. (I'm using go_router, get_it, provider) I referred to the blog below. https://zzingonglog.tistory.com/40 https://zzingonglog.tistory.com/41 final navigatorKey = GlobalKey<NavigatorState>(); FlutterLocalNotificationsPlugin…

VIEW QUESTION

Firebase – FCM send – 401 Unauthorized even though can query Firestore documents

Im trying to send FCM in my kotlin springboot backend. I can query/write firestore documents successfully. But when I try to send fcm, I got below error. message: "handleException /<endpoint> com.google.api.client.http.HttpResponseException: 401 Unauthorized POST https://fcm.googleapis.com/v1/projects/<project-id>/messages:send" The Service Account have Firebase…

VIEW QUESTION
Back To Top
Search