You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not changed anything but i get this error and i cant wrap my head around it
Task :react-native-firebase:compileDebugJavaWithJavac
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:231: error: cannot find symbol
return createChannelGroupMap(notificationManager.getNotificationChannelGroup(channelGroupId));
^
symbol: method getNotificationChannelGroup(String)
location: variable notificationManager of type NotificationManager
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:331: error: cannot find symbol
notificationChannelGroup.setDescription(description);
^
symbol: method setDescription(String)
location: variable notificationChannelGroup of type NotificationChannelGroup
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:407: error: cannot find symbol
writableMap.putString("description", notificationChannelGroup.getDescription());
^
symbol: method getDescription()
location: variable notificationChannelGroup of type NotificationChannelGroup
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
What went wrong:
Execution failed for task ':react-native-firebase:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
The text was updated successfully, but these errors were encountered:
I have not changed anything but i get this error and i cant wrap my head around it
Task :react-native-firebase:compileDebugJavaWithJavac
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:231: error: cannot find symbol
return createChannelGroupMap(notificationManager.getNotificationChannelGroup(channelGroupId));
^
symbol: method getNotificationChannelGroup(String)
location: variable notificationManager of type NotificationManager
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:331: error: cannot find symbol
notificationChannelGroup.setDescription(description);
^
symbol: method setDescription(String)
location: variable notificationChannelGroup of type NotificationChannelGroup
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:407: error: cannot find symbol
writableMap.putString("description", notificationChannelGroup.getDescription());
^
symbol: method getDescription()
location: variable notificationChannelGroup of type NotificationChannelGroup
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
What went wrong:
Execution failed for task ':react-native-firebase:compileDebugJavaWithJavac'.
The text was updated successfully, but these errors were encountered: