mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-20 08:02:35 +02:00
fix: typo cnofig
should be config
(#8992)
This commit is contained in:
@@ -927,7 +927,7 @@
|
||||
]
|
||||
},
|
||||
"4ZbGj54WR5iuk0V8X_cpL": {
|
||||
"title": "Remote Cnofig",
|
||||
"title": "Remote Config",
|
||||
"description": "Firebase Remote Config, accessed in Flutter via the `firebase_remote_config` plugin, enables dynamic app behavior and appearance changes without app updates. This involves adding the plugin, initializing the service, defining default parameter values in the console or code, fetching and retrieving remote parameters, and updating those parameters either through the console or by activating fetched values, allowing for A/B testing and feature control.\n\nLearn more from the following:",
|
||||
"links": [
|
||||
{
|
||||
@@ -1933,4 +1933,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user