Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

firebase realtime database delete all data

curl -X DELETE "https://{{project_id}}.firebaseio.com/.json"
Comment

remove data from realtime database

// Can get databaseURL from firebase->Realtime Database which is the reference url
// Or from "databaseURL" key in your firebaseConfig
// By default it can looks like https://{projectId}.{server-location}.firebasedatabase.app
curl -X DELETE "{databaseURL}/.json"
Comment

PREVIOUS NEXT
Code Example
Shell :: install open jdk 8 mac homebrew 
Shell :: add and install gem rails 
Shell :: kubectl restart recreate pod 
Shell :: delete a git branch 
Shell :: list groups linux for user 
Shell :: set forked repo as upstream 
Shell :: write to file ubuntu 
Shell :: how to deploy react and backend to github pages 
Shell :: random number in bash 
Shell :: uname linux 
Shell :: linux find directory and file 
Shell :: bash for file in directory 
Shell :: Err:9 http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu focal Release 404 Not Found [IP: 91.189.95.85 80] 
Shell :: change dns in openvpn config 
Shell :: vim plug not working 
Shell :: delete remote git tags matching pattern 
Shell :: crear archivos desde cmd 
Shell :: pretty print csv ubuntu terminal 
Shell :: DNS_PROBE_FINISHED_NXDOMAIN linux 
Shell :: run node api on rapberry pi 
Shell :: kubectl jq json pod name 
Shell :: setting ssh for github 
Shell :: unable to start test validator. check .anchor/test-ledger/test-ledger-log.txt for errors. 
Shell :: Install CasaOS 
Shell :: epoch bash 
Shell :: how to convert a function from powershell in c# 
Shell :: reart admin 
Shell :: bash dynamic variable name 
Shell :: asdf install nodejs 12 m1 
Shell :: asp.net existing database 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =