@extends('admin.layouts.app') @section('panel') @php $firebasConfig = gs('firebase_config'); @endphp
@csrf

@lang('Firebase Setup')

  • @lang('Go to your Firebase account and select') "@lang('Go to console')" @lang('in the upper-right corner of the page.')
  • @lang('Click on the') "@lang('Add Project')" @lang('button.')
  • @lang('Enter the project name and click on the') "@lang('Continue')" @lang('button.')
  • @lang('Enable Google Analytics and click on the') "@lang('Continue')" @lang('button.')
  • @lang('Choose the default account for the Google Analytics account and click on the') "@lang('Create Project')" @lang('button.')
  • @lang('Within your Firebase project, select the gear next to Project Overview and choose Project settings.')
  • @lang('Next, set up a web app under the General section of your project settings.')
  • @lang('Go to the Service accounts tab and generate a new private key.')
  • @lang('A JSON file will be downloaded. Upload the downloaded file here.')
Firebase Config

@lang('Upload Push Notification Configuration File')

@csrf
@lang('Supported Files: .json')
@endsection @push('breadcrumb-plugins')
@lang('Download File')
@endpush