@extends('layouts.main') @section('title') {{ __('firebase_configuration') }} @endsection @section('content')

{{ __('firebase_configuration') }}

@csrf

  1. Open https://console.firebase.google.com/project/_/settings/serviceaccounts/adminsdk and select the project you want to generate a private key file for.
  2. Click Generate New Private Key, then confirm by clicking Generate Key, then upload generated .json file.
@endsection