MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. firebase
    Log in to post
    • All categories
    • M

      Nodemcu(esp8266) firebase connecting issue
      Arduino • firebase nodemcu • • mhmdrameez

      5
      0
      Votes
      5
      Posts
      580
      Views

      rafitc99

      @salmanfaris yes... The repo which used by @mhmdrameez have some issue. Can't find any latest updates in that repo.

    • S

      [Solved] Pushing multiple values in a single node in Firebase from nodeMCU.
      Arduino • nodemcu firebase • • SalmanFK

      3
      0
      Votes
      3
      Posts
      1247
      Views

      salmanfaris

      Hi @SalmanFK ,

      You can Serialize the data as a JSON or CSV string format and publish that as a single string, so you get the data in a single node, you also DeSerialize the string simply in the application end.