“Getownload -URL in Firebase” Code-Antworten

Getownload -URL in Firebase

const storage = firebase.storage();

storage.ref('image.jpg').getDownloadURL()
  .then((url) => {
    // Do something with the URL ...
  })
Nasty Newt

Getownload -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;
}
Nasty Newt

Ähnliche Antworten wie “Getownload -URL in Firebase”

Fragen ähnlich wie “Getownload -URL in Firebase”

Weitere verwandte Antworten zu “Getownload -URL in Firebase” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen