@extends('admin.layouts.app') @section('content')

{{ translate('Firebase Push Notification') }}

@csrf
{{ translate('Please be carefull when you are configuring Firebase Push Notification.') }}
  • {{ translate("1. Log in to Google Firebase and Create a new app if you don't have any") }}.
  • {{ translate('2. Go to Project Settings and select General tab') }}.
  • {{ translate('3. Select Config and you will find Firebase Config Credentials') }}.
  • {{ translate("4. Copy your App's Credentials and paste the Credentials into appropriate fields") }}
  • {{ translate('5. Now, select Cloud Messaging tab and Enable Cloud Messaging API') }}
  • {{ translate('6. After enabling Cloud Messaging API, you will find Server Key. Copy the key value and paste into FIREBASE SERVER KEY field') }}
  • {{ translate('7. Configure the "firebase-messaging-sw.js" file and Keep the file in the root directory of your cPanel') }}
@endsection