firebase_admin_auth 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -2
- data/lib/firebase_admin_auth/client.rb +1 -1
- data/lib/firebase_admin_auth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ca82d5cc84a57a67ecffcdc9173d7c96c338d8b268e0ecd071dd4f85041cd79
|
4
|
+
data.tar.gz: 6c358bbbda4f5ba2cc3140a8ec5f8688432ab278f3ab9007ad13f24e7de44683
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac80d51f543187333417753d9fa7055743ab8cee6674e9528e197a32191b7e2f587e1b4d8c4aa3581f56ec5084e201de17ac31c25cf17d5fee8e245c5776ff95
|
7
|
+
data.tar.gz: 6479c0629b7a4291c316e028e7ce32723c14a90f0c719511a58772023905a8ee8d4a65d95a2ced64f9f81b6f280b04643dd62d77906410ecde593cc74a28396a
|
data/README.md
CHANGED
@@ -22,10 +22,14 @@ Or install it yourself as:
|
|
22
22
|
|
23
23
|
## Usage
|
24
24
|
|
25
|
-
|
25
|
+
- rakeでuserを作成することがある
|
26
|
+
- firebaseで認証機能を実装している
|
27
|
+
- コンソールに手動でfirebase_uidを発行している
|
28
|
+
|
29
|
+
上記の手間を解決するためにこのgemを作成しました。
|
26
30
|
|
27
|
-
## Development
|
28
31
|
|
32
|
+
## Development
|
29
33
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
30
34
|
|
31
35
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: firebase_admin_auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TaneiKanta
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-04-
|
11
|
+
date: 2021-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: this is used firebase console automatic
|
14
14
|
email:
|