• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

firebase plugin

  1. Zorphan

    build.Gradle Project file problem

    So im up to step3 of Firebase setup.. paste code onto Project-level build.gradle (/build.gradle).. but the file doesnt have Dependancies or Repositorie on the file.. Here is a copy of my build.Gradle Project file.. // Top-level build file where you can add configuration options common to all...
  2. Marcell Tanure

    Error to send Firebase token to Wordpress plugin (missing os parameter)

    I'm trying to connect posts from a Wordpress website using the Wordpress plugin and Firebase for cloud messaging. So whenever there's a new post in the website, the app users will receive a notification about it First, I need to send an API POST request with the device's token to the plugin. Ex...