Push Notifications with Laravel, Ionic-Vue, and Firebase

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • fcm

    Enable Firebase Cloud Messaging for Capacitor apps (by capacitor-community)

  • Most of the setup has been completed so now we can dive into some code. First, let's setup Firebase with Ionic-Vue. To do this we're going to need the capacitor community fcm package which can be found here. Once you've installed the package you'll need to go into Xcode and inside your project click on the AppDelegate file and import firebase like so:

  • laravel-firebase

    A Laravel package for the Firebase PHP Admin SDK

  • To get Firebase working with Laravel we need to pull in the following package. Once you've added the package you will then need to visit your Firebase console, visit your project settings, and click the service accounts option. Then you'll need to generate a new private key and download the json file which you will then need to upload to your server. I store mine in the storage directory. Next you'll need to add FIREBASE_CREDENTIALS= to your env file using the path to your firebase credentials. You can ignore the FIREBASE_DATABASE_URL=.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ionic

    1 project | dev.to | 26 Nov 2022
  • Storing Entries in Firebase

    1 project | /r/statamic | 15 Jul 2022
  • Push notifications from web app

    1 project | /r/laravel | 7 Feb 2022
  • Ionic Capacitor Firebase Google Sign in

    2 projects | /r/ionic | 22 Jan 2022
  • How to register a user for Firebase in the registration process (in addition to as a Laravel user)?

    1 project | /r/laravel | 3 Nov 2021