From c8f85548833004e6792115d0b301c4109d4342f8 Mon Sep 17 00:00:00 2001 From: Sagi Shmuel Date: Mon, 26 Feb 2024 19:02:06 +0200 Subject: [PATCH] Update README.md --- GigyaSwift/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/GigyaSwift/README.md b/GigyaSwift/README.md index ae2966a9..11a348e5 100644 --- a/GigyaSwift/README.md +++ b/GigyaSwift/README.md @@ -578,13 +578,6 @@ Use the copied Server key and update your site console RBA settings. Enable remote notifications. Go to your project target -> Capabilities -> Background Modes -> Remote notifications (Enable if needed). ``` - -Allow Firebase to send foreground notifications. -After you called FirebaseApp.configure() add the follow line: -```swift -FirebaseApp.configure() -Messaging.messaging().shouldEstablishDirectChannel = true -``` — Add Firebase delegate: