Firebase Configuration for Mobile Push Notification

A new workspace - FCM Configuration is added to ConfigDB. The following are its sections:

Project Id: Project Id of the firebase which we going to configure in future step. This Id is used by the server to send the push notification.

Server Key: Unique key that is present inside the firebase project. This key is used by the Server to send the push notification.

Client configuration for Android: json configuration which is used by android mobile to generate FCM token. This configuration will be present in Firebase project we need to add in config Database.

Client configuration for iOS: Configuration which used by iOS device to generate FCM token.

The following steps should be performed for Mobile Push Notification to work: