Skip to content

Commit

Permalink
Change wording on authentication docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 24, 2016
1 parent f7475ff commit 183254e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ a user id as the first parameter, and an optional array with claims as the secon
'premium-user' => true
]);
If you want to be more explicit, you can also only override the authentication on a database connection:
If you want to be more explicit, you can also override the authentication just on a database connection:

.. code-block:: php
Expand All @@ -126,8 +126,8 @@ If you want to be more explicit, you can also only override the authentication o
.. note::
Under the hood, the SDK creates a
`**Custom Token** <https://firebase.google.com/docs/auth/server/create-custom-tokens>`_ and uses to apply
`Custom Token <https://firebase.google.com/docs/auth/server/create-custom-tokens>`_ and uses to apply
the `Security rules <https://firebase.google.com/docs/database/security/>`_ to the connection.

Custom Tokens are different depending on whether you authenticate with a Google Service Account or a
database secret.
Authentication overrides are performed differently, depending on whether you authenticate with a
Google Service Account or a database secret.

0 comments on commit 183254e

Please sign in to comment.