nhost

The Open Source Firebase Alternative with GraphQL.

MIT License

Downloads
67.3K
Stars
7.9K
Committers
89

Bot releases are visible (Hide)

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 5ee395e: Ensure the session is destroyed when signout is done
    In the useSignOut hook, signOut now returns a promise. We are now sure the user session is empty once the promise is resolved.
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • Updated dependencies [5ee395e]
  • Updated dependencies [e0cfcaf]
  • Updated dependencies [7b7527a]
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 7b5f00d: Avoid error when BroadcastChannell is not available
  • 58e1485: Fix invalid password and email errors on sign up
    When signin up, an invalid password was returning the invalid-email error, and an invalid email was returning invalid-password.
    This is now in order.
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 0b1cb62: Use native BroadcastChannel instead of the broadcast-channel package
    The broadcast-channel depends on node-gyp-build, which can cause issues when deploying on Vercel as it is a native dependency.
    The added value of broadcast-channel is to be able to communicate the change of authentication state accross processes in a NodeJs / Electron environment, but this is considered an edge case for now.
    See Vercel official documentation.
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

  • ccba0b5: Add graphql-tag support for GraphQL client
    It is now possible to use a graphql-tag argument with nhost.graphql.request:

    import gql from 'graphql-tag'
    
    const QUERY = gql`
      query {
        books {
          id
          title
        }
      }
    `
    
    const { data, error } = await nhost.graphql.request(QUERY)
    

Patch Changes

  • ab06e96: Add generic types for NhostFunctionsClient and NhostGraphqlClient request method return type and variables.
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

  • f6093a6: Use graphql-ws instead of subscriptions-transport-ws
Package Rankings
Top 1.38% on Npmjs.org
Related Projects