<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Send location from Thingy91X to Firebase Realtime Database</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122029/send-location-from-thingy91x-to-firebase-realtime-database</link><description>Hello, I would like to appply change in asset tracker template FROM nrf_cloud to Firebase Realtime Database. 
 https://github.com/nrfconnect/Asset-Tracker-Template/blob/main/docs/common/getting_started.md#provision-device-to-nrf-cloud 
 Please provide</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Jun 2025 12:03:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122029/send-location-from-thingy91x-to-firebase-realtime-database" /><item><title>RE: Send location from Thingy91X to Firebase Realtime Database</title><link>https://devzone.nordicsemi.com/thread/538811?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 12:03:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3ddac87-ce75-4485-b37d-9f5272fe53f5</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Zinha"]For now, I can display location and sensor data on my app by REST API. The next step is, I want to create push notification that require the cloud that would be able to run a script.[/quote]
&lt;p&gt;Can you provide some details about the script that should be able to run in the cloud? &lt;br /&gt;Do you intend to have notification on the device or push notification on mobile/webpage?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send location from Thingy91X to Firebase Realtime Database</title><link>https://devzone.nordicsemi.com/thread/538561?ContentTypeID=1</link><pubDate>Mon, 09 Jun 2025 14:50:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9db02c73-9556-4fd7-8e41-a0cf7e4c71dc</guid><dc:creator>Zinha</dc:creator><description>&lt;p&gt;Hi, thank you&lt;/p&gt;
&lt;p&gt;For now, I can display location and sensor data on my app by REST API. The next step is, I want to create push notification that require the cloud that would be able to run a script.&lt;/p&gt;
&lt;p&gt;Do you have any recommendaion&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send location from Thingy91X to Firebase Realtime Database</title><link>https://devzone.nordicsemi.com/thread/538542?ContentTypeID=1</link><pubDate>Mon, 09 Jun 2025 06:27:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74bb250d-2c55-42c3-bef8-fa6f51a9d84a</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;You could try to use nRF Cloud with&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-cloud/page/Devices/MessagesAndAlerts/MessageRoutingService/MessageRoutingOverview.html"&gt;message routing&lt;/a&gt;&amp;nbsp;service and then create API endpoint which processes the data that is coming from nRF Cloud into the Firebase in the format you want.&lt;br /&gt;If you use &amp;quot;finding&amp;quot; mode with nRF Cloud CoAP (which is default in asset tracker template) then devices need to poll the changes in the cloud. If you expect near real-time cloud to device communication then MQTT might be better fit, but in general it is difficult to get robust &amp;quot;cloud to device&amp;quot; push communication in devices that can roam between the networks (if that is the case).&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send location from Thingy91X to Firebase Realtime Database</title><link>https://devzone.nordicsemi.com/thread/538443?ContentTypeID=1</link><pubDate>Fri, 06 Jun 2025 14:04:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac881ede-53cd-45fb-834f-b6bcb49fa928</guid><dc:creator>Zinha</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1. I would like to use in mobile application based on react native for tracking my asset, read temperature,battery, accelerometer show in the application. And, I would like to apply the finding function by activate finding mode in the mobile application to make Thingy91X blink.&lt;/p&gt;
&lt;p&gt;2. I choose firebase because I familiar with react native &amp;#39;s firebase library. But, I open to AWS or nrf Cloud if capable.&lt;/p&gt;
&lt;p&gt;Thank you.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send location from Thingy91X to Firebase Realtime Database</title><link>https://devzone.nordicsemi.com/thread/538281?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 15:01:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff009bea-0b15-4be6-9727-b7b961128e28</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Can you elaborate on your use case?&lt;br /&gt;Can you provide more details about the change that you want to do?&amp;nbsp;&lt;br /&gt;What is the reason why you want to use Firebase Realtime Database instead of nRF Cloud?&lt;br /&gt;Do you intend to use nRF Cloud for provisioning?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>