GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
A push generates a new data path, with a server timestamp as its key. These keys look like -JiGh31GA20JabpZBfa, so not numeric. If you wanted to make a numeric only ID, you would make that a parameter of the object to avoid overwriting the generated key. In order to make the Firebase work in our Ionic app, we must have a Firebase config key. To get the config keys, go to console.firebase.google.com and register an account and get the Firebase config keys. If you are a beginner, then check out my detailed article on Setting up Firebase Database in Ionic/Angular.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular: 1.5.3 Firebase: 3.0 AngularFire: 2.0.1 You cannot create a public key from a fingerprint. The fingerprint is used to verify the integrity of an existing public key, and does not have enough information to reconstruct the actual public key. Answered Feb 25 '10 at 14:08. Calculate Fingerprint. This tool calculates the fingerprint of an X.509 public certificate. A fingerprint is a digest of the whole certificate. In this case we use the SHA1 algorithm. Sometimes applications ask for its fingerprint, which easier for work with, instead of requiring the X.509 public certificates (a long string). The fingerprint is 20 bytes instead of 16 for MD5 used in the older package format. For V4 it is required to extract the public key packet first. This is likely to be the most tricky part, as PGP uses it's own packet format. You'll have to parse the binary data within your base 64 encoded blob to find the packet. Generate fingerprint from public key online. Generate an RSA SSH keypair with a 4096 bit private key. Ssh-keygen -t rsa -b 4096 -C 'RSA 4096 bit Keys'. Generate an DSA SSH keypair with a 2048 bit private key. Ssh-keygen -t dsa -b 1024 -C 'DSA 1024 bit Keys'. Generate an ECDSA SSH keypair with a 521 bit private key. This is my old method: New method? |
There's no AngularFire code here. Not really sure how this relates to the bindings lib. For an example of the API usage of push(), see here. |
See here for the full list of changed methods. |