firebase-android-sdk VS laravel-firebase

Compare firebase-android-sdk vs laravel-firebase and see what are their differences.

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
firebase-android-sdk laravel-firebase
13 7
2,198 958
0.6% 1.3%
9.5 7.3
7 days ago 9 days ago
Java PHP
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

firebase-android-sdk

Posts with mentions or reviews of firebase-android-sdk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-04.
  • Removing trackers and while using fcm
    1 project | /r/androiddev | 3 Jul 2023
    Stub = class with same public functions and PACKAGE NAME (this is imporant) but the body of the function is empty. Lots of firebase modules are open source. Fcm is one of them https://github.com/firebase/firebase-android-sdk/tree/master/firebase-messaging
  • x-goog-api-key
    1 project | /r/blackhat | 12 Jun 2023
    A quick Google of the snippet of the user agent you didn't mask gives this: https://github.com/firebase/firebase-android-sdk/blob/master/transport/transport-backend-cct/src/main/java/com/google/android/datatransport/cct/CctTransportBackend.java
  • What is the cause of this error? The message doesn't seem to contain in a line in the source code (written by the developer). Also in the code to show notification, FLAG IMMUTABLE is already given in the pending intent.
    1 project | /r/androiddev | 9 Nov 2022
    Since that crash is coming from inside Firebase Messaging, have you tried updating to a newer Firebase version? They had to fix their library to support Android 12 for this problem too https://github.com/firebase/firebase-android-sdk/issues/3115 I'm not sure which version it was fixed in though
  • kotlin push notifications
    1 project | /r/androiddev | 22 Oct 2022
    No, you can't :) So, you need to set up some back end with logic that will handle scheduling and users' time zones. It's required too much time for simple logic. Also, the fix for Firebase SDK is a couple of rows for it. You can see PR from one user https://github.com/firebase/firebase-android-sdk/pull/3492
  • Android Firebase Crashlytics Crashes on App Launch
    1 project | news.ycombinator.com | 4 May 2022
  • Telegram bans Russian state media in Europe
    2 projects | /r/UkrainianConflict | 4 Mar 2022
    Firebase (though a freemium service) is open source as well - https://github.com/firebase/firebase-android-sdk
  • Android ecosystem is plagued by bugs created by Google
    2 projects | news.ycombinator.com | 4 Nov 2021
    For more than a year or so, Android developers with growing resentment observed an onslaught of multiple bugs in such popular SDKs as Admob and Firebase. Those bugs cause spikes in what is called ANR (application not responsible) type of crashes. They're caused by issues in the SDKs themselves, and because of that developers have no means to reduce impact. In a few cases which I personally faced, responsible support teams simply ignore bugs and do nothing about them. Some of them have already existed for 2+ years with no fix on the horizon.

    On the other hand, Google Play ranking algorithm is very harsh towards apps that exhibit ANRs. Even the smallest spike in ANR rate dramatically reduces an app's visibility, performance, and as a result - revenue. So we have a situation, where Google punishes developers for the bugs that Google has created.

    This post is an attempt to bring attention to this topic since we already tried everything else.

    There are some links to related bugs, and support topics discussion.

    https://github.com/firebase/firebase-android-sdk/issues/2387

    https://github.com/googleads/googleads-mobile-unity/issues/1...

    https://groups.google.com/g/google-admob-ads-sdk/c/eabu4XtJL...

    2 projects | /r/androiddev | 4 Nov 2021
  • Firebase Firestore @ Web - Remove chace after user logout
    1 project | /r/Firebase | 25 Jul 2021
    Please refer to: https://github.com/firebase/firebase-android-sdk/issues/466
  • SecurityException: Not allowed to bind to service
    1 project | /r/android_devs | 2 Jun 2021
    The issue is already reported on Firebase SDK Issue Link.

laravel-firebase

Posts with mentions or reviews of laravel-firebase. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-13.
  • Multiplayer cars game architecture with Laravel, react, and pusher?
    3 projects | /r/laravel | 13 Sep 2022
    Though if you really want to use Laravel as your backend then I suggest you should use Laravel + Firebase combo. I have used this stack while building a realtime chat application like WhatsApp and love the architecture and simplicity. You can setup Firebase Admin SDK on your Laravel and update your RTDB or Cloud Firestore data from the server after validating it.
  • Storing Entries in Firebase
    1 project | /r/statamic | 15 Jul 2022
    Currently trying to hook up firebase following the https://statamic.dev/knowledge-base/storing-entries-in-a-database tutorial and using the https://github.com/kreait/laravel-firebase package.
  • Push Notifications with Laravel, Ionic-Vue, and Firebase
    2 projects | dev.to | 14 Feb 2022
    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=.
  • Push notifications from web app
    1 project | /r/laravel | 7 Feb 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
    How can I get Laravel to send a request to my Firebase app to register the newly-created Laravel user with Firebase as well (using the user's UUID as a login and an algorithmically scrambled version as the password)? This is quite simple to do in most front-end frameworks (in Flutter it is`createUserWithEmailAndPassword), but I have been unable to figure out how to do it in Laravel. The documentation for theLaravel Firebase packagehasn't managed to answer my question.
  • Is there a way to use Models with Firebase or Firestore?
    2 projects | /r/laravel | 6 Jul 2021
  • Firebase Cloud Messaging - send push notification in the app
    2 projects | /r/laravel | 8 Apr 2021
    We use FCM with Laravel in our apps at Treblle. We use this package: https://github.com/kreait/laravel-firebase . It’s great, works like a charm. The only thing i would say is a bit complex it the setup part where you have to generate a service account JSON and then download it and give tha package access to it. If you need help i can literary copy/paste pur code in the AM.

What are some alternatives?

When comparing firebase-android-sdk and laravel-firebase you can also consider the following projects:

firebase-js-sdk - Firebase Javascript SDK

Firebase Admin SDK for PHP - Unofficial Firebase Admin SDK for PHP

FirebaseUI-Android - Optimized UI components for Firebase

laravel-firebase-sync - Synchronize your Eloquent models with a Firebase Realtime Database.

Messagium - Messagium is an android app for instant messaging.

fcm - Firebase Cloud Messaging (FCM) notifications channel for Laravel

Telegram - Telegram for Android source

larafirebase - 😍 Laravel Firebase Cloud Messaging. ✍️ Developed by Gentrit Abazi.

react-firebase-hooks - React Hooks for Firebase.

firebase-cpp-sdk - Firebase C++ SDK

quickstart-unity - Firebase Quickstart Samples for Unity

firebase - Modular Firebase πŸ”₯ implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.