Code Monkey home page Code Monkey logo

supabase-flutter-quickstart's Issues

This example vs `supabase/supabase/tree/master/examples/flutter-user-management`

Hello @dshukertjr!

I wanted to start a discussion about the purpose of this repo vs the example in the supabase repo, in light of this issue supabase/supabase-flutter#56

I didn't realize this repo existed and was the basis of the tutorial. I assumed the project in the supabase repo was the reference project. I was planning to PR a revision of the example project and guide that doesn't "enforce" a state management approach as noted in the issue above. (I wouldn't mind your thoughts on this as it seems you wrote the initial guide, don't want to step on your toes!)

If I proceed with that, would you want me to keep this project in sync with those changes? Or would you want one of the projects archived so we don't have 2 copies?

Deeplink difference in repo vs guide

The guide , https://supabase.com/docs/guides/with-flutter, shows that this should be added to AndroidManifest.xml

      <intent-filter>
        <action android:name="android.intent.action.VIEW" />
        <category android:name="android.intent.category.DEFAULT" />
        <category android:name="android.intent.category.BROWSABLE" />
        <!-- Accepts URIs that begin with YOUR_SCHEME://YOUR_HOST -->
        <data
          android:scheme="io.supabase.flutterquickstart"
          android:host="login-callback" />
      </intent-filter>

Yet the repo only has

            <intent-filter>
              <action android:name="android.intent.action.VIEW" />
              <category android:name="android.intent.category.DEFAULT" />
              <category android:name="android.intent.category.BROWSABLE" />
              <!-- Accepts URIs that begin with YOUR_SCHEME://YOUR_HOST -->
              <data
                android:scheme="io.supabase.flutterquickstart" />
            </intent-filter>

https://github.com/supabase-community/supabase-flutter-quickstart/blob/main/android/app/src/main/AndroidManifest.xml#L35

Which one is correct?

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.