<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi, I have tested above code. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077810#M60512</link>
    <description>&lt;P&gt;Hi, I have tested above code. It is correct and I might can give you some advice:&lt;/P&gt;

&lt;P&gt;1. If it displays "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;{{ msg.name }} {{ msg.text }}"&amp;nbsp;&lt;/SPAN&gt;in browser without showing proper data, please notice you might do not have a appropriate reference of "angularfire.min.js". Thus, when you define "angular.module", the program cannot recognize the specified requires "['firebase']". Please use following code:&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;script src="https://cdn.firebase.com/libs/angularfire/1.2.0/angularfire.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;

&lt;P&gt;2. Make sure that your domain is already presented in "OAth redirect domains". The domain of emulator should be "127.0.0.1"&lt;/P&gt;

&lt;P&gt;3. If the data of list still cannot be displayed, please notice the data structure of your Realtime Database.&lt;/P&gt;

&lt;P&gt;Hope it could help you.&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2016 06:35:00 GMT</pubDate>
    <dc:creator>Zhen_Z_Intel</dc:creator>
    <dc:date>2016-05-30T06:35:00Z</dc:date>
    <item>
      <title>Firebase + XDK</title>
      <link>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077809#M60511</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(33, 33, 33); font-family: arial, sans-serif; font-size: 16px; line-height: 24px; white-space: pre-wrap;"&gt;Hello, how are you? sorry for my English , I'm using google translator , well my problem is this , I want to display on screen the result of a search on the firebase.google my database , I could make it work with the code below , but copying and pasting the index does not work and displays ( which should display the data of database ) &lt;/SPAN&gt;&lt;FONT color="#212121" face="arial, sans-serif"&gt;&lt;SPAN style="font-size: 16px; line-height: 24px; white-space: pre-wrap;"&gt;{{ msg.name }} {{ msg.text }} and &lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style="color: rgb(33, 33, 33); font-family: arial, sans-serif; font-size: 29px; line-height: 36px; white-space: pre-wrap;"&gt;the scripts are on the &lt;A href="https://community.intel.com/www.js" target="_blank"&gt;www.js&lt;/A&gt; folder&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(33, 33, 33); font-family: arial, sans-serif; font-size: 29px; line-height: 36px; white-space: pre-wrap;"&gt;Thanks a lot for the help&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 16px; line-height: 24px; white-space: pre-wrap; color: rgb(33, 33, 33); font-family: arial, sans-serif;"&gt;the code in html are:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;lt;html ng-app="myApp"&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;script src="angular.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;script src="firebase.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;script src="angularfire.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!--&amp;lt;link rel="stylesheet" href="/resources/tutorial/css/example.css"/&amp;gt;--&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;style&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;SPAN class="Apple-tab-span" style="white-space:pre"&gt; &lt;/SPAN&gt;body {&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;SPAN class="Apple-tab-span" style="white-space:pre"&gt; &lt;/SPAN&gt;font-size: 22;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;SPAN class="Apple-tab-span" style="white-space:pre"&gt; &lt;/SPAN&gt;}&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/style&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;lt;body ng-controller="MyController"&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- CHAT MARKUP --&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;div class="example-chat l-demo-container"&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;header&amp;gt;Firebase Chat Demo&amp;lt;/header&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class="example-chat-toolbar"&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;label for="nameInput"&amp;gt;Username:&amp;lt;/label&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input ng-model="name" type="text" id="nameInput" placeholder="enter a username..."&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ul id="example-messages" class="example-chat-messages"&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;li ng-repeat="msg in messages"&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {{ msg.name }}&amp;lt;!-- aqui ele exibe a mensagem.nome &amp;lt;3 --&amp;gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {{ msg.text }}&amp;lt;!-- aqui ele exibe a mensagem.texto &amp;lt;3 --&amp;gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/li&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ul&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ul id="example-messages" class="example-chat-messages"&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;li ng-repeat="msg in messages"&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong class="example-chat-username"&amp;gt;{{ msg.name }}&amp;lt;/strong&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {{ msg.text }}&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/li&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ul&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;footer&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input ng-model="msg" ng-keydown="addMessage($event)" type="text" id="messageInput" &amp;nbsp;placeholder="Type a message..."&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/footer&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;script&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; var myApp = angular.module("myApp", ["firebase"]);&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; myApp.controller("MyController", ["$scope", "$firebaseArray",&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function($scope, $firebaseArray) {&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var ref = new Firebase('https://scorching-heat-1073.firebaseio.com/');&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //-------------------------------------------------pesquisa na coluna nome o resultado aa&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var query = ref.orderByChild("name");//.equalTo('aa');&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //-------------------------------------------------dados na variavel $scope.messages pega todo o banco&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $scope.messages = $firebaseArray(query);&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //-------------------------------------------------função que adiciona a mensagem no banco&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $scope.addMessage = function(e) {&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (e.keyCode === 13 &amp;amp;&amp;amp; $scope.msg) {&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var name = $scope.name || "anonymous";&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //-------------------------------------------------adiciona cioisa banco nas mensagem no banco&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $scope.messages.$add({&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name: name,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; text: $scope.msg&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $scope.msg = "";&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ]);&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/script&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(33, 33, 33); font-family: arial, sans-serif; font-size: 16px; line-height: 24px; white-space: pre-wrap;"&gt;Hello, how are you? sorry for my English , I'm using google translator , well my problem is this , I want to display on screen the result of a search on the firebase.google my database , I could make it work with the code below , but copying and pasting the index does not work and displays ( which should display the downloaded database )&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2016 21:46:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077809#M60511</guid>
      <dc:creator>João_Carlos_B_</dc:creator>
      <dc:date>2016-05-28T21:46:02Z</dc:date>
    </item>
    <item>
      <title>Hi, I have tested above code.</title>
      <link>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077810#M60512</link>
      <description>&lt;P&gt;Hi, I have tested above code. It is correct and I might can give you some advice:&lt;/P&gt;

&lt;P&gt;1. If it displays "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;{{ msg.name }} {{ msg.text }}"&amp;nbsp;&lt;/SPAN&gt;in browser without showing proper data, please notice you might do not have a appropriate reference of "angularfire.min.js". Thus, when you define "angular.module", the program cannot recognize the specified requires "['firebase']". Please use following code:&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;script src="https://cdn.firebase.com/libs/angularfire/1.2.0/angularfire.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;

&lt;P&gt;2. Make sure that your domain is already presented in "OAth redirect domains". The domain of emulator should be "127.0.0.1"&lt;/P&gt;

&lt;P&gt;3. If the data of list still cannot be displayed, please notice the data structure of your Realtime Database.&lt;/P&gt;

&lt;P&gt;Hope it could help you.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 06:35:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077810#M60512</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2016-05-30T06:35:00Z</dc:date>
    </item>
    <item>
      <title>hello , first thanks for the</title>
      <link>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077811#M60513</link>
      <description>&lt;P&gt;&lt;SPAN style="color: rgb(33, 33, 33); font-family: arial, sans-serif; font-size: 16px; line-height: 24px; white-space: pre-wrap;"&gt;hello , first thanks for the reply , I tried to call this script as shown below , in my index all quiet , attachment and use without problems but in this role I am not managing to use .js that supplies the dependencies&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 18:27:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077811#M60513</guid>
      <dc:creator>João_Carlos_B_</dc:creator>
      <dc:date>2016-05-30T18:27:10Z</dc:date>
    </item>
    <item>
      <title>Try updating the jQuery</title>
      <link>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077812#M60514</link>
      <description>&lt;P&gt;Try updating the jQuery library in your app to jQuery 2, see this FAQ &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/faqs/app-designer#ajax-jquery-one-fail" target="_blank"&gt;https://software.intel.com/en-us/xdk/faqs/app-designer#ajax-jquery-one-fail&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 16:42:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077812#M60514</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-05-31T16:42:31Z</dc:date>
    </item>
    <item>
      <title>Hi, I could not understand</title>
      <link>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077813#M60515</link>
      <description>&lt;P&gt;Hi, I could not understand why you write HTML tag directly in Js file...&lt;/P&gt;

&lt;P&gt;Here is the source file that I can run the program successfully, the content of this file is the code you provided. hope it could help you.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;P.S. Do not connect to my firebase DB directly, I have already deleted, use yourselves.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;1. Add "127.0.0.1" to OAuth redirect domain.&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="https://community.intel.com/file/507051/download" /&gt;&lt;/P&gt;

&lt;P&gt;2. Set your security rules of realtime database as &lt;STRONG&gt;public&lt;/STRONG&gt; like below:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="https://community.intel.com/file/507049/download" /&gt;&lt;/P&gt;

&lt;P&gt;And the emulator should display the content like following image&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="https://community.intel.com/file/507048/download" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 02:01:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Firebase-XDK/m-p/1077813#M60515</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2016-06-01T02:01:10Z</dc:date>
    </item>
  </channel>
</rss>

