Docs.rs
bevy-firebase-auth-0.1.0
bevy-firebase-auth 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bytemunch
Dependencies
bevy ^0.11.1
normal
bevy-tokio-tasks ^0.11.0
normal
dirs ^5.0.1
normal
reqwest ^0.11.18
normal
ron ^0.8.1
normal
serde ^1.0.164
normal
serde_json ^1.0.103
normal
url ^2.4.0
normal
Versions
20%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bevy_
firebase_
auth
0.1.0
Auth
Codes
Map
Aliased Type
In crate bevy_
firebase_
auth
bevy_firebase_auth
Type Alias
AuthCodesMap
Copy item path
Source
pub type AuthCodesMap =
HashMap
<
LoginProvider
,
String
>;
Aliased Type
ยง
struct AuthCodesMap {
/* private fields */
}