Forum Discussion

8 Replies

    • developer_uj24's avatar
      developer_uj24
      Binge Watcher

      Hi, I wanted to communicate and perform CRUD operations with firebase Realtime database can you provide any help?

      • Andy42185's avatar
        Andy42185
        Newbie

        How would you implement and use this with the Remote Config for A/B testing?  We are trying to do an A/B test to show different home screens to see if one design increases engagement over another and I need to fetch remote config values to achieve that.  How would one do that using this implementation?

      • svencoop's avatar
        svencoop
        Channel Surfer

        The docLocation contains your analytics database name...

        From BigQuery find the database containing the tables YOUR-DBNAME.analytics_ and YOUR-DBNAME.analytics_intraday_

        Example: 

        SELECT * FROM `YOUR-DBNAME.analytics_153576726.events_intraday_20220513` LIMIT 1000
        Roku code...
           ...
           ...
         
        I tried to paste in code, but Roku tagged it as SPAM and deleted my reply!
        I will try again today...
         
        Steve