Skip to content

Commit f6b2cf3

Browse files
committed
docs(firebase-translate-text): generate readme
1 parent 72a24b2 commit f6b2cf3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

firestore-translate-text/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ You specify the desired target languages using ISO-639-1 codes. You can find a l
1717

1818
If the original non-translated field of the document is updated, then the translations will be automatically updated, as well.
1919

20-
### AI-powered language translation
21-
This extension makes use of the Genkit SDK to perform AI-powered language translation using large language models such as Gemini 1.5 Pro from Vertex AI or Google AI. For further information check out the genkit documentation at [genkit.dev](http://genkit.dev/).
22-
23-
2420
#### Multiple collections for translations
2521

2622
To translate multiple collections, install this extension multiple times, specifying a different
@@ -67,6 +63,8 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan
6763
- Cloud Firestore
6864
- Cloud Functions (Node.js 10+ runtime. [See FAQs](https://firebase.google.com/support/faq#extensions-pricing))
6965

66+
#### AI-powered language translation
67+
This extension makes use of the Genkit SDK to perform AI-powered language translation using large language models such as Gemini 1.5 Pro from Vertex AI or Google AI. For further information check out the genkit documentation at [genkit.dev](http://genkit.dev/).
7068

7169

7270

0 commit comments

Comments
 (0)