https://www.prisma.io/ logo
Join Slack
Powered by
# prisma-whats-new
  • g

    gcardinal

    01/11/2017, 3:31 PM
    It just does not show them because they have the same name, but I've deleted my "Test Multiples" project 3 times now
  • n

    nilan

    01/11/2017, 3:31 PM
    alright, I'll update the issue
  • g

    gcardinal

    01/11/2017, 3:32 PM
    Would my account info help in seeing what happened?
  • n

    nilan

    01/11/2017, 3:33 PM
    No, I just could reproduce the issue. Thanks for your help 🙂
  • g

    gcardinal

    01/11/2017, 3:33 PM
    Sure thing
  • m

    monkeybonkey

    01/11/2017, 7:54 PM
    once I configure the algolia integration settings, do the indexes get created automatically by graphcool? if so is it triggered by entity updates or run on a schedule?
  • n

    nilan

    01/11/2017, 7:59 PM
    currently only the data you'll add afterwards are in the index but we're aware of this and will change this in the coming days
  • n

    nilan

    01/11/2017, 8:00 PM
    check PMs for more information 🙂
  • m

    monkeybonkey

    01/11/2017, 10:44 PM
    so need some advice on authentication - using Exponent react native framework and just realized it doesn’t support auth0’s react native lock - but does support facebook and google auth… However, to use graphcool authentication I would still need to link it through auth0 social login?
  • m

    monkeybonkey

    01/11/2017, 10:44 PM
    there is no way to just use a facebook token to authenticate a user into graphcool correct?
  • n

    nilan

    01/11/2017, 11:09 PM
    you would probably be able to make it work using mutation callbacks right now, but we plan to offer more authentication providers like Facebook and Twitter. we already have an according feature request, give it an upvote if you like simple smile https://github.com/graphcool/feature-requests/issues/43 Auth0 offers a Facebook and Google Auth, would that be an option for you?
  • m

    monkeybonkey

    01/11/2017, 11:37 PM
    I think if I use exponent I could get a facebook token but I wouldn’t be able to get an auth0 token from them unless i implement it myself
  • n

    nilan

    01/11/2017, 11:49 PM
    hm do you know the reasons why it doesn't work?
  • n

    nilan

    01/11/2017, 11:49 PM
    I mean exponent + Auth0 Lock
  • n

    nilan

    01/12/2017, 7:31 AM
    welcome @omarsoufiane @jpaskett_insituhealth 🙌
  • m

    monkeybonkey

    01/12/2017, 12:32 PM
    @nilan exponent doesn’t allow linking to any native components
  • m

    monkeybonkey

    01/12/2017, 12:33 PM
    except for the ones that they implement - thus I wouldn’t be able to use auth0’s lock library. I could still implement the login and registration screens myself but then at that point I’m halfway to just using the graphcool authentication instead
  • n

    nilan

    01/12/2017, 12:40 PM
    did you look into the Digits authentication provider? Might be a better fit for mobile apps anyway
  • m

    monkeybonkey

    01/12/2017, 12:40 PM
    does graphcool’s email/pwd auth provide any verficiation emails or verification process?
  • m

    monkeybonkey

    01/12/2017, 12:41 PM
    I’ll take a look at digits - see if it has a javascript only solution I can use on Exponent
  • n

    nilan

    01/12/2017, 12:41 PM
    Cool! this might be useful for you: https://www.graph.cool/docs/guides/react-apollo-digits
  • n

    nilan

    01/12/2017, 12:42 PM
    Happy to hear back from your findings 🙂 I think this is something that is useful for many RN users
  • m

    monkeybonkey

    01/12/2017, 12:43 PM
    Ok, I’ll try the web/js sdk that they have rather than than trying to link the react-native versions and I’ll report back
  • n

    nilan

    01/12/2017, 12:44 PM
    yea that's what I did in the linked guide as well 🙂
  • m

    monkeybonkey

    01/12/2017, 12:45 PM
    so in react-native - isntead of adding the script tag would I just npm install the sdk and then call Digits.init()
  • m

    monkeybonkey

    01/12/2017, 12:46 PM
    and hopefully that would popup the webview?
  • m

    monkeybonkey

    01/12/2017, 12:47 PM
    since I can’t use the digits-react-native library or link to the native libs
  • n

    nilan

    01/12/2017, 12:47 PM
    according to this guide, it might require you to add some native code to RN: https://medium.com/p/getting-started-with-digits-and-react-native-f79b22439416
  • n

    nilan

    01/12/2017, 12:47 PM
    so again probably not possible with Exponent?
  • s

    sorenbs

    01/12/2017, 12:47 PM
    It might also be worth getting in touch with Auth0 so they can make sure their lock library works correctly with Exponent
1...717273...637Latest