Code Monkey home page Code Monkey logo

Comments (4)

mobizt avatar mobizt commented on August 25, 2024 1

Now the FCM connection refused was fixed and let you send data and notification messages separately and also able to send blank message without notification and data messages too.

Please update to the latest version, 2.3.1.

from firebase-esp8266.

mobizt avatar mobizt commented on August 25, 2024 1

Thank you for report this. The issue caused by some bypass code that I add during test and forgot to remove it when publish.

Please update library again, the version still be 2.3.1.

from firebase-esp8266.

Sheimy avatar Sheimy commented on August 25, 2024

the data messages is now ok i can send data message and notification also without any problem
but the problem is that when i try to send message like the following by mixing the basic and the cloud message example

if (Firebase.getInt(firebaseData, path + "/CONTROL/AC"))
{

  ACR= firebaseData.intData();
  Serial.println(ACR);

if (ACR==1) {
Serial.println("LED ON");
digitalWrite(D5,HIGH);
sendMessage();
}
else {
Serial.println("LED OFF");
digitalWrite(D5,LOW);
}

i got the following
Send Firebase Cloud Messaging...
00:38:22.828 -> FAILED
00:38:22.828 -> REASON: bad request
00:38:22.828 -> --------------------

from firebase-esp8266.

Sheimy avatar Sheimy commented on August 25, 2024

perfect it is working good now
thanks

from firebase-esp8266.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.