Skip to content

There should be a functioning "full" example in the example folder #8

@Jonas-Sander

Description

@Jonas-Sander

The /example folder should contain an example of using the library with a server framework (shelf, aqueduct).

The perfect case would be:

  • Flutter client app which sends a Request with a Token from Firebase-Auth.
  • Server which gives a response back to the client.

Challenges:

  • How do we combine client and server? Both in a flutter project in different folders?
  • Some work is needed here to really get a working example
  • Needs Flutter Driver Test

Before that we could at least only do the server and send a known token.
Questions:

  • Do we need really run the server locally or does a function callwork?
    • Would be a real running server better to ensure it really works?
  • Can we even use a already known token? I dont think so as it will expire.
    • We could use the cloud function endpoint used by the E2E tests to get a valid token.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions