Git Product home page Git Product logo

Comments (5)

MisterJimson avatar MisterJimson commented on June 20, 2024 2

I ran into this too. You need to match the ID of the user you are clicking on with the ID you used to generate the token.

In my use case, I generated the user token like this in node.

const userToken = client.createUserToken('test');

And after I copied it into the Flutter app for testing, none of the user buttons worked. So I went into app_user.dart and modified Sahil's id to match mine.

const AppUser.sahil()
    : id = 'test',
      name = 'Sahil Kumar',

from stream-feed-flutter.

sachaarbonel avatar sachaarbonel commented on June 20, 2024

Hey @Shahmirzali-Huseynov thanks for submitting an issue. Sounds like you didn't provide an api key. In the sample project we retrieve it from an environment variable that you have to set.

from stream-feed-flutter.

shahmirzali49 avatar shahmirzali49 commented on June 20, 2024

@sachaarbonel thanks for support, but i set API key, but not working :(

from stream-feed-flutter.

sachaarbonel avatar sachaarbonel commented on June 20, 2024

By set you mean hardcoded or set via environment variable? If it is the later it's possible that on mobile it doesn't work. I also have something else in mind: is it your API key (copy pasted from your dashboard) or the API key from the tutorial?

from stream-feed-flutter.

xsahil03x avatar xsahil03x commented on June 20, 2024

@Shahmirzali-Huseynov the above solution which @MisterJimson shared will most probably solve your issue.

from stream-feed-flutter.

Related Issues (20)

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.