Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

getDownload url in firebase

match /path/to/{file} {
  // Deny reads
  allow read: if false;

  // Or, allow reads by authenticated users
  allow read: if request.auth != null;
}
Source by www.sentinelstand.com #
 
PREVIOUS NEXT
Tagged: #getDownload #url #firebase
ADD COMMENT
Topic
Name
7+9 =