Giter Site home page Giter Site logo

Connection Error about channel_talk_flutter HOT 2 CLOSED

turlvo avatar turlvo commented on June 12, 2024
Connection Error

from channel_talk_flutter.

Comments (2)

turlvo avatar turlvo commented on June 12, 2024

Like example,
you pass the parameters related to Channel talk service.

await ChannelTalk.boot(
        pluginKey: 'pluginKey',
        memberId: 'memberId',
        email: 'email',
        name: 'name',
        memberHash: 'memberHash',
        mobileNumber: 'mobileNumber',
        trackDefaultEvent: false,
        hidePopup: false,
        language: 'english',
    );

from channel_talk_flutter.

hpsolver avatar hpsolver commented on June 12, 2024

@turlvo

Yes i'm passing all required details ,
Like {
"pluginKey": "xxxxxxxxxxxx",
"email":"${Globals.firebaseUser?.email}",
"memberId":"${Globals.firebaseUser?.uid}",
"name": "John",
"memberHash": "2b8d587b13573009c64181b6da897b135b479a5aac611b91d94aab791363325c",
"mobileNumber": "9816998169",
"trackDefaultEvent": false,
"hidePopup": false,
"language": "english"
}

but still getting error :

image

from channel_talk_flutter.

Related Issues (9)

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.