Cannot edit Storage Rules in Firebase console - firebase-storage

I am trying to edit the storage rules on Firebase to add read,write option but firebase just keeps on loading when I click on edit rules tab.
Can this be related to my setup? or anything wrong with firebase? TIAenter image description here

firebaser here
There wass a known issue where some folks were not able to edit the security rules for Cloud Storage and Firestore in the Firebase console. This has been fixed now, so you should be able to load the rules into the console as usual again.
If that doesn't work, reach out to Firebase support for personalized help in troubleshooting.

Related

Data sharing through any kind of platform from public Cloudkit container

I need some help! I have built my front end app + set up perfectly my public CloudKit container. I am just trying to share the data of my app between not iCloud users…it’s a hell… The knowledge request is over my skills. I have spent several weeks to try to solve this problem..,.and still…haven’t found the solution.
I don’t think I need vapor framework (because I don’t need to edit the data I am sharing).
Up to now I was able to download the data from iCloud public container inside the terminal following this old tutorial of 2016 (following the bonus "server-side cloudkit access” part two, cf. link under)
https://www.kodeco.com/997-cloudkit-js-tutorial-for-ios
but I am not able then to put the data inside a html page to share the data of my app through any kind of my platform.
I have tried to follow these two examples to put the data of my cloud kit container inside a notion html page
https://www.twilio.com/blog/manipulate-notion-database-using-node-js
https://developers.notion.com/page/examples
I am lost … I am not able to adapt this two examples inside my project.
Is there some one around to help me and make a simple example or give me some guidelines?

Unable to save locally in Flutter Personal Expenses App

I took Flutter & Dart course on Udemy. In Section4 after making the personal expenses app. Whenever I restart my app the transaction history is gone. I wanted to know how to save them locally. I am aware in section6 some way of saving is shown but it just is too cumbersome.
Could anyone help me with it.
Thanks.
You can ask directly in the Udemy course forum, they will know about the sections that you are talking about.
Also here you have a cookbook about reading and writing files: https://flutter.dev/docs/cookbook/persistence/reading-writing-files
Also, you can use packages like Local Storage

Integrating Dialogflow with an already existing project on actions on Google

First of all, thanks for taking the time to read through our issue.
So, we have a Dialogflow project connected to an already existing google project. When we try to test our skills on google by the Integrations tab, it displays an error 'Precondition check failed' without any more information, even though it still updates and uses our Dialogflow intents as it should.
The problem comes when we update anything on the actions console or try to make an alpha deploy of our skill. The moment we change anything, it comes back to the default configuration with the message 'Start building your action by defining the main invocation.' on the main invocation.
We have no clue how to handle this problem or if we have to configure something special on either of the systems to make it work. Any ideas are welcome.
If you want to integrate the Google Assistant with Dialoflow, I strongly recommend you check the new development Google Assistant's platform with a built-in conversation builder, here. Furthermore, there is a quick start guide and conversational actions guide.
As I mentioned in the first comment, you need to have appropriate permissions to create an interaction within Dialogflow, you can check the pre-defined roles here. In addition, since you are starting with Dialogflow, I would advise you to start with the available quick-starts and the setup tutorial, which explains how to begin using Dialogflow.

Cannot submit for production in Google Actions

I created a trivia app in Google Actions following this link. I followed all the steps but when trying to submit for production (officially launch the Action to all the Google Assistant users) I get the following error:
I double checked all the constrains they suggest in the tutorial (like using photos of a specific size, having proper Privacy Policy and Terms of Service , checking that the app name is not taken etc).
One thing to mention: this is not a network issue, as I tried from multiple PCs and networks.
Is there a log file where I can look and pinpoint the issue? Or somebody else encountered this issue?
As suggested I've reached out Google support team (https://developers.google.com/actions/support/) . They answered really fast.
The fix was simple: make another copy of the spreadsheet used and try again.

Unable to find Presence insight sample store environment

I have signed up for the presence Insight demo mentioned in the below link but unable to see the sample store environment in my bluemix dashboard. I have followed the documentation to add the Presence Insight service in my space.
Tour IBM Presence Insight
Could you please guide? Thanks.
You can see a detail guide about Presence Insight into bluemix documentation: https://www.ng.bluemix.net/docs/services/presenceinsights/index.html.
In particular, if you want a guide of iOS SDK, you can see:
https://presenceinsights.ibmcloud.com/pidocs/mobile/iossdk
Otherwise, if you want a guide of Android SDK, you can see:
https://presenceinsights.ibmcloud.com/pidocs/mobile/android
Some demos you can find them here: https://github.com/presence-insights
The simple way is to:
login to Bluemix go to catalog
(https://console.ng.bluemix.net/catalog/?search=presence%20insight)
click on the service "Presence Insight";
When the service creation page opens up create the service with the
app field value equal to "leave unbound".
Once you have done it you can go to the Dashboard page and see
under the services section the newly created service listed.
I have tried it right now to verify if any problem occurs but everything is ok: I was able to create the service.