chore: bump firebase and migrate code.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-06-22 01:01:49 +05:30
committed by xsahil03x
parent 3772925451
commit f64e7e532f
3 changed files with 33 additions and 36 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ class _StreamChatSampleAppState extends State<StreamChatSampleApp>
// Navigates to Channel page, which is associated with the notification.
GoRouter.of(_navigatorKey.currentContext!).pushNamed(
Routes.CHANNEL_PAGE.name,
params: Routes.CHANNEL_PAGE.params(channel),
pathParameters: Routes.CHANNEL_PAGE.params(channel),
);
};
}