App inventor Firebase'deki verinin icindeki ":" karakterinden sonrasini okumuyor

Merhaba arkadaşlar. Nodemcu ile ntp kullanarak tarih ve saat bilgisini alıp firebase e yazdırıyorum. App inventor da firebase de tarih saat bilgisini almaya çalıştığımda : karakterine kadar alıyor. Sonraki kısmı hiç almıyor.

Sometimes the AI2 Firebase blocks need to see special markup in returned values around some special characters.

As an experiment, use an AI2 block to write your NTP date and time to your Firebase database, and use the Firebase console to examine the value that was written.

You might have to modify the text sent from NodeMCU to match that markup to allow AI2 to read it properly.

blocks Capture

Notice how the \" protects the contents from being misinterpreted by the AI2 component.

2 Likes

Çok teşekkür ediyorum. Sayenizde sorunumu çözebildim. Yazdığınız gibi firebase veritabanına veri gönderirken başına ve " sembollerini ekleyince düzeldi. Böylece app inventorde : sembollerini firebase veritabanından aldım.
kod

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.