Can 2 different apps have access to one Firebase cloud?
So I have recently made a driver and user app both of which need to exchange data. Is it possible for both to have the same database in Firebase?
So I have recently made a driver and user app both of which need to exchange data. Is it possible for both to have the same database in Firebase?
I need help to create a script. The task is to in Azure to export Subscriptions and owners of these subscriptions to CSV file. I assume I will be using powershell for this task Please help!
I am working on a project which requires me to list out all the Azure and GCP cloud's availability regions, is there any API or endpoint to make a call to fetch them all. Not looking for CLI commands.
I have deploy.sh file in my azure repository and i need to execute this deploy.sh file from azure pipeline. Here is the steps that i defined in pipeline. I tried two ways to do it through cmd and bash, both…
In Azure, I have an admin role. In Active Directory, I have added a new user. I need to grant permission to a user to access our storage account as a contributor role. I'm confused between the contributor and storage…
I am trying to nuke an azure subscription and I found this https://www.frankysnotes.com/2016/12/need-to-nuke-azure-subscription.html As I run the final part I got an error of "Find-AzureRmResource : The term 'Find-AzureRmResource' is not recognized as the name of a cmdlet, function, script…
Since Xcode Cloud was launched last year I'd been able to connect from the Xcode wizard to my Github.com account and the CI worked like a charm, however today I'd been trying to create an Xcode Cloud for a new…
I am trying to set remote access for my fresh installed mongod service but it is turning impossible by now. Database works just fine local but there is no way to make it works remote. These are the steps I…
I am trying to deploy a mosquitto MQTT broker in our corporate cloud through docker image. The allowed ports that are exposed are in the range of 10000-10999. By default eclipse-mosquitto image exposes port 1883. Is there a way to…
I know that Docker and Kubernetes solve the same problem. Most users can simply alias Docker to Podman (alias docker=podman) without any problems. So what is the difference between them?