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 :: openssl cannot gen key 
Shell :: digi4school downloader 
Shell :: installingf 
Shell :: rust cargo build on change 
Shell :: how to logout dockerhub 
Shell :: autpep8 format 
Shell :: wsl2 cargo 
Shell :: git submodule push 
Shell :: get folder size in lnux 
Shell :: killall kdevtmpfsi 
Shell :: Copying Folder to Server 
Shell :: smbclient 
Shell :: scp copy hidden files 
Shell :: ring get environment variables 
Shell :: stop git advice on empty path spec 
Shell :: command to delete all files ending in .js in current and subdirectories 
Shell :: how to uninstall nginx in ubuntu 20.04 
Shell :: how to set minimum char for variable in powershell from user input 
Shell :: dächen auf linux in terminal 
Shell :: Cherrry pick and commit the changes to new branch 
Shell :: ubuntu tftp server 
Shell :: Terraform to upgrade modules and plugins 
Shell :: ahk enable multimonitor 
Shell :: how to show freeswitch user accounts from fs_cli 
Shell :: chmod read write just for me 
Shell :: tar exclude directories from a File 
Shell :: cmder find parameter formate not correct 
Shell :: add pc to domin and change name with powershell 
Shell :: what to never time in powershell 
Shell :: linux vga wake up screen 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =