Giter Club home page Giter Club logo

curso-de-flutter-avanzado-en-platzi's Issues

Error de Traer los datos de FireBase

Me dio un grave error, ya que no me trae los datos de FireBase o del correo

Exception has occurred.
NoSuchMethodError (NoSuchMethodError: Class 'User' has no instance getter 'photoUrl'.
Receiver: Instance of 'User'
Tried calling: photoUrl)

Aqui adjunto la linea de codigo donde da el error
throw new NoSuchMethodError.withInvocation(this, invocation);

Peso excesivo del repositorio

Sugiero la eliminación del folder build para este repositorio y que la inslación de los paquetes se haga de forma local.

PERMISSION_DENIED

Puse las siguientes reglas en el realtime database de firebase:

{
  "rules": {

     ".read": "auth.uid!=null",
      ".write": "auth.uid!=null"
  }

}

Pero cuando ejecuto la app me marca lo siguiente:

[Firestore]: Write failed at users/fAiJaADMXhWArCAl7kCtSKlWqKs1: Status{code=PERMISSION_DENIED, description=Missing or insufficient permissions., cause=null}

Ya he intentado muchas cosas y ninguna me ha funcionado, nose que pueda ser.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.